Html Css Color HEX #D33F5A Cerise

📋 copy color: '#D33F5A'

red 211 ◦ green 63 ◦ blue 90

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

Shades of Cerise #D33F5A

Tints of Cerise #D33F5A

RGB

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

 GREEN value IS 63 (25% from 255) = 17.31%

 BLUE value IS 90 (35.55% from 255) = 24.73%

R = 57.97%
G = 17.31%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D33F5A (or 0xD33F5A) is known color: Cerise. HEX triplet: D3, 3F and 5A. RGB value is (211,63,90). Sum of RGB (Red+Green+Blue) = 211+63+90=364 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.97% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 211 - color contains mainly: red. Hex color #D33F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33F5A is #2CC0A5. Grayscale: #6E6E6E. Windows color (decimal): -2932902 or 5914579. OLE color: 5914579.

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

Color convert

RGB 211 63 90 -
CMYK 0 0.70 0.57 0.17
HSL 349.05º 0.63% 0.54% -
HSV(B) 349.05º 0.7% 0.83% -
XYZ 30.49 18.14 11.57 -
YUV 110.33 116.53 199.8 -
System Red Green Blue C M Y K H S L
Decimal 211 63 90 0 0.70 0.57 0.17 349.05 0.63 0.54
Hex D3 3F 5A 0 46 39 11 15D 3F 36
Octal 323 77 132 0 106 71 21 535 77 66
Binary 11010011 111111 1011010 0 1000110 111001 10001 101011101 111111 110110

Color Harmonies of #D33F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33F5A

Black with #D33F5A

Text Example


Text Example

White with #D33F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33F5A; }

 p { color: rgb(211,63,90); }

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

background-color css

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

 a { background-color: rgb(211,63,90); }

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

border-color css

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

 span { border-color: rgb(211,63,90); }

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