Html Css Color HEX #D02670 Cerise

📋 copy color: '#D02670'

red 208 ◦ green 38 ◦ blue 112

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

Shades of Cerise #D02670

Tints of Cerise #D02670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.28%

R = 58.1%
G = 10.61%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D02670 (or 0xD02670) is known color: Cerise. HEX triplet: D0, 26 and 70. RGB value is (208,38,112). Sum of RGB (Red+Green+Blue) = 208+38+112=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D02670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02670 is #2FD98F. Grayscale: #616161. Windows color (decimal): -3135888 or 7349968. OLE color: 7349968.

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

Color convert

RGB 208 38 112 -
CMYK 0 0.82 0.46 0.18
HSL 333.88º 0.69% 0.48% -
HSV(B) 333.88º 0.82% 0.82% -
XYZ 29.63 15.97 16.85 -
YUV 97.27 136.32 206.98 -
System Red Green Blue C M Y K H S L
Decimal 208 38 112 0 0.82 0.46 0.18 333.88 0.69 0.48
Hex D0 26 70 0 52 2E 12 14E 45 30
Octal 320 46 160 0 122 56 22 516 105 60
Binary 11010000 100110 1110000 0 1010010 101110 10010 101001110 1000101 110000

Color Harmonies of #D02670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02670

Black with #D02670

Text Example


Text Example

White with #D02670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02670; }

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

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

background-color css

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

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

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

border-color css

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

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

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