Html Css Color HEX #D02673 Deep Cerise

📋 copy color: '#D02673'

red 208 ◦ green 38 ◦ blue 115

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

Shades of Deep Cerise #D02673

Tints of Deep Cerise #D02673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.86%

R = 57.62%
G = 10.53%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D02673 (or 0xD02673) is known color: Deep Cerise. HEX triplet: D0, 26 and 73. RGB value is (208,38,115). Sum of RGB (Red+Green+Blue) = 208+38+115=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D02673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02673 is #2FD98C. Grayscale: #616161. Windows color (decimal): -3135885 or 7546576. OLE color: 7546576.

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

Color convert

RGB 208 38 115 -
CMYK 0 0.82 0.45 0.18
HSL 332.82º 0.69% 0.48% -
HSV(B) 332.82º 0.82% 0.82% -
XYZ 29.8 16.03 17.74 -
YUV 97.61 137.82 206.74 -
System Red Green Blue C M Y K H S L
Decimal 208 38 115 0 0.82 0.45 0.18 332.82 0.69 0.48
Hex D0 26 73 0 52 2D 12 14D 45 30
Octal 320 46 163 0 122 55 22 515 105 60
Binary 11010000 100110 1110011 0 1010010 101101 10010 101001101 1000101 110000

Color Harmonies of #D02673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02673

Black with #D02673

Text Example


Text Example

White with #D02673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02673; }

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

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

background-color css

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

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

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

border-color css

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

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

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