Html Css Color HEX #D02760 Cerise

📋 copy color: '#D02760'

red 208 ◦ green 39 ◦ blue 96

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

Shades of Cerise #D02760

Tints of Cerise #D02760

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.37%

 BLUE value IS 96 (37.89% from 255) = 27.99%

R = 60.64%
G = 11.37%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D02760 (or 0xD02760) is known color: Cerise. HEX triplet: D0, 27 and 60. RGB value is (208,39,96). Sum of RGB (Red+Green+Blue) = 208+39+96=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D02760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02760 is #2FD89F. Grayscale: #5F5F5F. Windows color (decimal): -3135648 or 6301648. OLE color: 6301648.

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

Color convert

RGB 208 39 96 -
CMYK 0 0.81 0.54 0.18
HSL 339.76º 0.68% 0.48% -
HSV(B) 339.76º 0.81% 0.82% -
XYZ 28.85 15.71 12.58 -
YUV 96.03 127.99 207.87 -
System Red Green Blue C M Y K H S L
Decimal 208 39 96 0 0.81 0.54 0.18 339.76 0.68 0.48
Hex D0 27 60 0 51 36 12 154 44 30
Octal 320 47 140 0 121 66 22 524 104 60
Binary 11010000 100111 1100000 0 1010001 110110 10010 101010100 1000100 110000

Color Harmonies of #D02760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02760

Black with #D02760

Text Example


Text Example

White with #D02760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02760; }

 p { color: rgb(208,39,96); }

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

background-color css

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

 a { background-color: rgb(208,39,96); }

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

border-color css

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

 span { border-color: rgb(208,39,96); }

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