Html Css Color HEX #D33660 Cerise

📋 copy color: '#D33660'

red 211 ◦ green 54 ◦ blue 96

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

Shades of Cerise #D33660

Tints of Cerise #D33660

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.96%

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

R = 58.45%
G = 14.96%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D33660 (or 0xD33660) is known color: Cerise. HEX triplet: D3, 36 and 60. RGB value is (211,54,96). Sum of RGB (Red+Green+Blue) = 211+54+96=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D33660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33660 is #2CC99F. Grayscale: #696969. Windows color (decimal): -2935200 or 6305491. OLE color: 6305491.

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

Color convert

RGB 211 54 96 -
CMYK 0 0.74 0.55 0.17
HSL 343.95º 0.64% 0.52% -
HSV(B) 343.95º 0.74% 0.83% -
XYZ 30.29 17.33 12.82 -
YUV 105.73 122.51 203.08 -
System Red Green Blue C M Y K H S L
Decimal 211 54 96 0 0.74 0.55 0.17 343.95 0.64 0.52
Hex D3 36 60 0 4A 37 11 158 40 34
Octal 323 66 140 0 112 67 21 530 100 64
Binary 11010011 110110 1100000 0 1001010 110111 10001 101011000 1000000 110100

Color Harmonies of #D33660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33660

Black with #D33660

Text Example


Text Example

White with #D33660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33660; }

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

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

background-color css

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

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

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

border-color css

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

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

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