Html Css Color HEX #D2357D Deep Cerise

📋 copy color: '#D2357D'

red 210 ◦ green 53 ◦ blue 125

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

Shades of Deep Cerise #D2357D

Tints of Deep Cerise #D2357D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.22%

R = 54.12%
G = 13.66%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2357D (or 0xD2357D) is known color: Deep Cerise. HEX triplet: D2, 35 and 7D. RGB value is (210,53,125). Sum of RGB (Red+Green+Blue) = 210+53+125=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 53 (21.09% from 255 or 13.66% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D2357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2357D is #2DCA82. Grayscale: #6C6C6C. Windows color (decimal): -3000963 or 8205778. OLE color: 8205778.

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

Color convert

RGB 210 53 125 -
CMYK 0 0.75 0.40 0.18
HSL 332.48º 0.64% 0.52% -
HSV(B) 332.48º 0.75% 0.82% -
XYZ 31.55 17.73 21.16 -
YUV 108.15 137.51 200.65 -
System Red Green Blue C M Y K H S L
Decimal 210 53 125 0 0.75 0.40 0.18 332.48 0.64 0.52
Hex D2 35 7D 0 4B 28 12 14C 40 34
Octal 322 65 175 0 113 50 22 514 100 64
Binary 11010010 110101 1111101 0 1001011 101000 10010 101001100 1000000 110100

Color Harmonies of #D2357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2357D

Black with #D2357D

Text Example


Text Example

White with #D2357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2357D; }

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

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

background-color css

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

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

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

border-color css

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

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

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