Html Css Color HEX #D2356F Cerise

📋 copy color: '#D2356F'

red 210 ◦ green 53 ◦ blue 111

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

Shades of Cerise #D2356F

Tints of Cerise #D2356F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.68%

R = 56.15%
G = 14.17%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2356F (or 0xD2356F) is known color: Cerise. HEX triplet: D2, 35 and 6F. RGB value is (210,53,111). Sum of RGB (Red+Green+Blue) = 210+53+111=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2356F is #2DCA90. Grayscale: #6A6A6A. Windows color (decimal): -3000977 or 7288274. OLE color: 7288274.

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

Color convert

RGB 210 53 111 -
CMYK 0 0.75 0.47 0.18
HSL 337.83º 0.64% 0.52% -
HSV(B) 337.83º 0.75% 0.82% -
XYZ 30.72 17.4 16.78 -
YUV 106.56 130.51 201.78 -
System Red Green Blue C M Y K H S L
Decimal 210 53 111 0 0.75 0.47 0.18 337.83 0.64 0.52
Hex D2 35 6F 0 4B 2F 12 152 40 34
Octal 322 65 157 0 113 57 22 522 100 64
Binary 11010010 110101 1101111 0 1001011 101111 10010 101010010 1000000 110100

Color Harmonies of #D2356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2356F

Black with #D2356F

Text Example


Text Example

White with #D2356F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2356F; }

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

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

background-color css

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

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

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

border-color css

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

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

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