Html Css Color HEX #D02694 Deep Cerise

📋 copy color: '#D02694'

red 208 ◦ green 38 ◦ blue 148

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

Shades of Deep Cerise #D02694

Tints of Deep Cerise #D02694

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.64%

 BLUE value IS 148 (58.2% from 255) = 37.56%

R = 52.79%
G = 9.64%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D02694 (or 0xD02694) is known color: Deep Cerise. HEX triplet: D0, 26 and 94. RGB value is (208,38,148). Sum of RGB (Red+Green+Blue) = 208+38+148=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D02694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02694 is #2FD96B. Grayscale: #656565. Windows color (decimal): -3135852 or 9709264. OLE color: 9709264.

HSL color Cylindrical-coordinate representation of color #D02694: hue angle of 321.18º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02694 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 38 148 -
CMYK 0 0.82 0.29 0.18
HSL 321.18º 0.69% 0.48% -
HSV(B) 321.18º 0.82% 0.82% -
XYZ 32.05 16.93 29.6 -
YUV 101.37 154.32 204.06 -
System Red Green Blue C M Y K H S L
Decimal 208 38 148 0 0.82 0.29 0.18 321.18 0.69 0.48
Hex D0 26 94 0 52 1D 12 141 45 30
Octal 320 46 224 0 122 35 22 501 105 60
Binary 11010000 100110 10010100 0 1010010 11101 10010 101000001 1000101 110000

Color Harmonies of #D02694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02694

Black with #D02694

Text Example


Text Example

White with #D02694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02694; }

 p { color: rgb(208,38,148); }

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

background-color css

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

 a { background-color: rgb(208,38,148); }

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

border-color css

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

 span { border-color: rgb(208,38,148); }

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