Html Css Color HEX #D2335D Cerise

📋 copy color: '#D2335D'

red 210 ◦ green 51 ◦ blue 93

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

Shades of Cerise #D2335D

Tints of Cerise #D2335D

RGB

 RED value IS 210 (82.42% from 255) = 59.32%

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

 BLUE value IS 93 (36.72% from 255) = 26.27%

R = 59.32%
G = 14.41%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2335D (or 0xD2335D) is known color: Cerise. HEX triplet: D2, 33 and 5D. RGB value is (210,51,93). Sum of RGB (Red+Green+Blue) = 210+51+93=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D2335D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2335D is #2DCCA2. Grayscale: #676767. Windows color (decimal): -3001507 or 6108114. OLE color: 6108114.

HSL color Cylindrical-coordinate representation of color #D2335D: hue angle of 344.15º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2335D is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 51 93 -
CMYK 0 0.76 0.56 0.18
HSL 344.15º 0.64% 0.51% -
HSV(B) 344.15º 0.76% 0.82% -
XYZ 29.74 16.86 12.04 -
YUV 103.33 122.18 204.08 -
System Red Green Blue C M Y K H S L
Decimal 210 51 93 0 0.76 0.56 0.18 344.15 0.64 0.51
Hex D2 33 5D 0 4C 38 12 158 40 33
Octal 322 63 135 0 114 70 22 530 100 63
Binary 11010010 110011 1011101 0 1001100 111000 10010 101011000 1000000 110011

Color Harmonies of #D2335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2335D

Black with #D2335D

Text Example


Text Example

White with #D2335D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2335D; }

 p { color: rgb(210,51,93); }

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

background-color css

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

 a { background-color: rgb(210,51,93); }

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

border-color css

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

 span { border-color: rgb(210,51,93); }

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