Html Css Color HEX #D3335A Cerise

📋 copy color: '#D3335A'

red 211 ◦ green 51 ◦ blue 90

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

Shades of Cerise #D3335A

Tints of Cerise #D3335A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.49%

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

R = 59.94%
G = 14.49%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3335A (or 0xD3335A) is known color: Cerise. HEX triplet: D3, 33 and 5A. RGB value is (211,51,90). Sum of RGB (Red+Green+Blue) = 211+51+90=352 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.94% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 211 - color contains mainly: red. Hex color #D3335A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3335A is #2CCCA5. Grayscale: #676767. Windows color (decimal): -2935974 or 5911507. OLE color: 5911507.

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

Color convert

RGB 211 51 90 -
CMYK 0 0.76 0.57 0.17
HSL 345.38º 0.65% 0.51% -
HSV(B) 345.38º 0.76% 0.83% -
XYZ 29.89 16.95 11.37 -
YUV 103.29 120.51 204.83 -
System Red Green Blue C M Y K H S L
Decimal 211 51 90 0 0.76 0.57 0.17 345.38 0.65 0.51
Hex D3 33 5A 0 4C 39 11 159 41 33
Octal 323 63 132 0 114 71 21 531 101 63
Binary 11010011 110011 1011010 0 1001100 111001 10001 101011001 1000001 110011

Color Harmonies of #D3335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3335A

Black with #D3335A

Text Example


Text Example

White with #D3335A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3335A; }

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

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

background-color css

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

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

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

border-color css

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

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

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