Html Css Color HEX #D2345D Cerise

📋 copy color: '#D2345D'

red 210 ◦ green 52 ◦ blue 93

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

Shades of Cerise #D2345D

Tints of Cerise #D2345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.65%

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

R = 59.15%
G = 14.65%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2345D (or 0xD2345D) is known color: Cerise. HEX triplet: D2, 34 and 5D. RGB value is (210,52,93). Sum of RGB (Red+Green+Blue) = 210+52+93=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D2345D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2345D is #2DCBA2. Grayscale: #676767. Windows color (decimal): -3001251 or 6108370. OLE color: 6108370.

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

Color convert

RGB 210 52 93 -
CMYK 0 0.75 0.56 0.18
HSL 344.43º 0.64% 0.51% -
HSV(B) 344.43º 0.75% 0.82% -
XYZ 29.78 16.95 12.06 -
YUV 103.92 121.85 203.67 -
System Red Green Blue C M Y K H S L
Decimal 210 52 93 0 0.75 0.56 0.18 344.43 0.64 0.51
Hex D2 34 5D 0 4B 38 12 158 40 33
Octal 322 64 135 0 113 70 22 530 100 63
Binary 11010010 110100 1011101 0 1001011 111000 10010 101011000 1000000 110011

Color Harmonies of #D2345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2345D

Black with #D2345D

Text Example


Text Example

White with #D2345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2345D; }

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

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

background-color css

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

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

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

border-color css

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

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

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