Html Css Color HEX #D2356D Cerise

📋 copy color: '#D2356D'

red 210 ◦ green 53 ◦ blue 109

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

Shades of Cerise #D2356D

Tints of Cerise #D2356D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.25%

 BLUE value IS 109 (42.97% from 255) = 29.3%

R = 56.45%
G = 14.25%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2356D (or 0xD2356D) is known color: Cerise. HEX triplet: D2, 35 and 6D. RGB value is (210,53,109). Sum of RGB (Red+Green+Blue) = 210+53+109=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D2356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2356D is #2DCA92. Grayscale: #6A6A6A. Windows color (decimal): -3000979 or 7157202. OLE color: 7157202.

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

Color convert

RGB 210 53 109 -
CMYK 0 0.75 0.48 0.18
HSL 338.6º 0.64% 0.52% -
HSV(B) 338.6º 0.75% 0.82% -
XYZ 30.61 17.35 16.2 -
YUV 106.33 129.51 201.95 -
System Red Green Blue C M Y K H S L
Decimal 210 53 109 0 0.75 0.48 0.18 338.6 0.64 0.52
Hex D2 35 6D 0 4B 30 12 153 40 34
Octal 322 65 155 0 113 60 22 523 100 64
Binary 11010010 110101 1101101 0 1001011 110000 10010 101010011 1000000 110100

Color Harmonies of #D2356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2356D

Black with #D2356D

Text Example


Text Example

White with #D2356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2356D; }

 p { color: rgb(210,53,109); }

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

background-color css

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

 a { background-color: rgb(210,53,109); }

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

border-color css

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

 span { border-color: rgb(210,53,109); }

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