Html Css Color HEX #D33060 Cerise

📋 copy color: '#D33060'

red 211 ◦ green 48 ◦ blue 96

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

Shades of Cerise #D33060

Tints of Cerise #D33060

RGB

 RED value IS 211 (82.81% from 255) = 59.44%

 GREEN value IS 48 (19.14% from 255) = 13.52%

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

R = 59.44%
G = 13.52%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D33060 (or 0xD33060) is known color: Cerise. HEX triplet: D3, 30 and 60. RGB value is (211,48,96). Sum of RGB (Red+Green+Blue) = 211+48+96=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D33060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33060 is #2CCF9F. Grayscale: #666666. Windows color (decimal): -2936736 or 6303955. OLE color: 6303955.

HSL color Cylindrical-coordinate representation of color #D33060: hue angle of 342.33º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D33060 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 48 96 -
CMYK 0 0.77 0.55 0.17
HSL 342.33º 0.65% 0.51% -
HSV(B) 342.33º 0.77% 0.83% -
XYZ 30.03 16.81 12.73 -
YUV 102.21 124.5 205.6 -
System Red Green Blue C M Y K H S L
Decimal 211 48 96 0 0.77 0.55 0.17 342.33 0.65 0.51
Hex D3 30 60 0 4D 37 11 156 41 33
Octal 323 60 140 0 115 67 21 526 101 63
Binary 11010011 110000 1100000 0 1001101 110111 10001 101010110 1000001 110011

Color Harmonies of #D33060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33060

Black with #D33060

Text Example


Text Example

White with #D33060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33060; }

 p { color: rgb(211,48,96); }

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

background-color css

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

 a { background-color: rgb(211,48,96); }

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

border-color css

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

 span { border-color: rgb(211,48,96); }

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