Html Css Color HEX #D2387D Deep Cerise

📋 copy color: '#D2387D'

red 210 ◦ green 56 ◦ blue 125

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

Shades of Deep Cerise #D2387D

Tints of Deep Cerise #D2387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.32%

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

R = 53.71%
G = 14.32%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2387D (or 0xD2387D) is known color: Deep Cerise. HEX triplet: D2, 38 and 7D. RGB value is (210,56,125). Sum of RGB (Red+Green+Blue) = 210+56+125=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D2387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2387D is #2DC782. Grayscale: #6D6D6D. Windows color (decimal): -3000195 or 8206546. OLE color: 8206546.

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

Color convert

RGB 210 56 125 -
CMYK 0 0.73 0.40 0.18
HSL 333.12º 0.63% 0.52% -
HSV(B) 333.12º 0.73% 0.82% -
XYZ 31.69 18.01 21.21 -
YUV 109.91 136.52 199.39 -
System Red Green Blue C M Y K H S L
Decimal 210 56 125 0 0.73 0.40 0.18 333.12 0.63 0.52
Hex D2 38 7D 0 49 28 12 14D 3F 34
Octal 322 70 175 0 111 50 22 515 77 64
Binary 11010010 111000 1111101 0 1001001 101000 10010 101001101 111111 110100

Color Harmonies of #D2387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2387D

Black with #D2387D

Text Example


Text Example

White with #D2387D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2387D; }

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

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

background-color css

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

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

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

border-color css

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

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

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