Html Css Color HEX #D02BAF Deep Cerise

📋 copy color: '#D02BAF'

red 208 ◦ green 43 ◦ blue 175

#D02BAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D02BAF

Tints of Deep Cerise #D02BAF

RGB

 RED value IS 208 (81.64% from 255) = 48.83%

 GREEN value IS 43 (17.19% from 255) = 10.09%

 BLUE value IS 175 (68.75% from 255) = 41.08%

R = 48.83%
G = 10.09%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D02BAF (or 0xD02BAF) is known color: Deep Cerise. HEX triplet: D0, 2B and AF. RGB value is (208,43,175). Sum of RGB (Red+Green+Blue) = 208+43+175=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 43 (17.19% from 255 or 10.09% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D02BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02BAF is #2FD450. Grayscale: #6B6B6B. Windows color (decimal): -3134545 or 11480016. OLE color: 11480016.

HSL color Cylindrical-coordinate representation of color #D02BAF: hue angle of 312º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02BAF is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 43 175 -
CMYK 0 0.79 0.16 0.18
HSL 312º 0.66% 0.49% -
HSV(B) 312º 0.79% 0.82% -
XYZ 34.61 18.23 42.25 -
YUV 107.38 166.16 199.77 -
System Red Green Blue C M Y K H S L
Decimal 208 43 175 0 0.79 0.16 0.18 312 0.66 0.49
Hex D0 2B AF 0 4F 10 12 138 42 31
Octal 320 53 257 0 117 20 22 470 102 61
Binary 11010000 101011 10101111 0 1001111 10000 10010 100111000 1000010 110001

Color Harmonies of #D02BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02BAF

Black with #D02BAF

Text Example


Text Example

White with #D02BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02BAF; }

 p { color: rgb(208,43,175); }

 H1.HeaderClassName
 {
   color: #D02BAF;
 }
 .AnyTagClassName
 {
   color: #D02BAF;
 }
</style>

background-color css

<style>
 a { background-color: #D02BAF; }

 a { background-color: rgb(208,43,175); }

 div.DivClassName
 {
   background-color: #D02BAF;
 }
 .BgClassName
 {
   background-color: #D02BAF;
 }
</style>

border-color css

<style>
 span { border-color: #D02BAF; }

 span { border-color: rgb(208,43,175); }

 td.TdClassName
 {
   border-color: #D02BAF;
 }
 .TagClassName
 {
   border-color: #D02BAF;
 }
</style>