Html Css Color HEX #D02BA6 Deep Cerise

📋 copy color: '#D02BA6'

red 208 ◦ green 43 ◦ blue 166

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

Shades of Deep Cerise #D02BA6

Tints of Deep Cerise #D02BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.81%

R = 49.88%
G = 10.31%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D02BA6 (or 0xD02BA6) is known color: Deep Cerise. HEX triplet: D0, 2B and A6. RGB value is (208,43,166). Sum of RGB (Red+Green+Blue) = 208+43+166=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D02BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02BA6 is #2FD459. Grayscale: #6A6A6A. Windows color (decimal): -3134554 or 10890192. OLE color: 10890192.

HSL color Cylindrical-coordinate representation of color #D02BA6: hue angle of 315.27º 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 #D02BA6 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 43 166 -
CMYK 0 0.79 0.20 0.18
HSL 315.27º 0.66% 0.49% -
HSV(B) 315.27º 0.79% 0.82% -
XYZ 33.76 17.89 37.75 -
YUV 106.36 161.66 200.5 -
System Red Green Blue C M Y K H S L
Decimal 208 43 166 0 0.79 0.20 0.18 315.27 0.66 0.49
Hex D0 2B A6 0 4F 14 12 13B 42 31
Octal 320 53 246 0 117 24 22 473 102 61
Binary 11010000 101011 10100110 0 1001111 10100 10010 100111011 1000010 110001

Color Harmonies of #D02BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02BA6

Black with #D02BA6

Text Example


Text Example

White with #D02BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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