Html Css Color HEX #D33C5B Cerise

📋 copy color: '#D33C5B'

red 211 ◦ green 60 ◦ blue 91

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

Shades of Cerise #D33C5B

Tints of Cerise #D33C5B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.57%

 BLUE value IS 91 (35.94% from 255) = 25.14%

R = 58.29%
G = 16.57%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D33C5B (or 0xD33C5B) is known color: Cerise. HEX triplet: D3, 3C and 5B. RGB value is (211,60,91). Sum of RGB (Red+Green+Blue) = 211+60+91=362 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.29% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33C5B is #2CC3A4. Grayscale: #6C6C6C. Windows color (decimal): -2933669 or 5979347. OLE color: 5979347.

HSL color Cylindrical-coordinate representation of color #D33C5B: hue angle of 347.68º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D33C5B is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 60 91 -
CMYK 0 0.72 0.57 0.17
HSL 347.68º 0.63% 0.53% -
HSV(B) 347.68º 0.72% 0.83% -
XYZ 30.37 17.84 11.74 -
YUV 108.68 118.03 200.98 -
System Red Green Blue C M Y K H S L
Decimal 211 60 91 0 0.72 0.57 0.17 347.68 0.63 0.53
Hex D3 3C 5B 0 48 39 11 15C 3F 35
Octal 323 74 133 0 110 71 21 534 77 65
Binary 11010011 111100 1011011 0 1001000 111001 10001 101011100 111111 110101

Color Harmonies of #D33C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33C5B

Black with #D33C5B

Text Example


Text Example

White with #D33C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33C5B; }

 p { color: rgb(211,60,91); }

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

background-color css

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

 a { background-color: rgb(211,60,91); }

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

border-color css

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

 span { border-color: rgb(211,60,91); }

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