Html Css Color HEX #D2345E Cerise

📋 copy color: '#D2345E'

red 210 ◦ green 52 ◦ blue 94

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

Shades of Cerise #D2345E

Tints of Cerise #D2345E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.4%

R = 58.99%
G = 14.61%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2345E (or 0xD2345E) is known color: Cerise. HEX triplet: D2, 34 and 5E. RGB value is (210,52,94). Sum of RGB (Red+Green+Blue) = 210+52+94=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2345E is #2DCBA1. Grayscale: #686868. Windows color (decimal): -3001250 or 6173906. OLE color: 6173906.

HSL color Cylindrical-coordinate representation of color #D2345E: hue angle of 344.05º 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 #D2345E is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 52 94 -
CMYK 0 0.75 0.55 0.18
HSL 344.05º 0.64% 0.51% -
HSV(B) 344.05º 0.75% 0.82% -
XYZ 29.83 16.97 12.29 -
YUV 104.03 122.35 203.58 -
System Red Green Blue C M Y K H S L
Decimal 210 52 94 0 0.75 0.55 0.18 344.05 0.64 0.51
Hex D2 34 5E 0 4B 37 12 158 40 33
Octal 322 64 136 0 113 67 22 530 100 63
Binary 11010010 110100 1011110 0 1001011 110111 10010 101011000 1000000 110011

Color Harmonies of #D2345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2345E

Black with #D2345E

Text Example


Text Example

White with #D2345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2345E; }

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

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

background-color css

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

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

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

border-color css

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

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

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