Html Css Color HEX #D2377C Deep Cerise

📋 copy color: '#D2377C'

red 210 ◦ green 55 ◦ blue 124

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

Shades of Deep Cerise #D2377C

Tints of Deep Cerise #D2377C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.14%

 BLUE value IS 124 (48.83% from 255) = 31.88%

R = 53.98%
G = 14.14%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2377C (or 0xD2377C) is known color: Deep Cerise. HEX triplet: D2, 37 and 7C. RGB value is (210,55,124). Sum of RGB (Red+Green+Blue) = 210+55+124=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D2377C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2377C is #2DC883. Grayscale: #6D6D6D. Windows color (decimal): -3000452 or 8140754. OLE color: 8140754.

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

Color convert

RGB 210 55 124 -
CMYK 0 0.74 0.41 0.18
HSL 333.29º 0.63% 0.52% -
HSV(B) 333.29º 0.74% 0.82% -
XYZ 31.58 17.89 20.86 -
YUV 109.21 136.35 199.89 -
System Red Green Blue C M Y K H S L
Decimal 210 55 124 0 0.74 0.41 0.18 333.29 0.63 0.52
Hex D2 37 7C 0 4A 29 12 14D 3F 34
Octal 322 67 174 0 112 51 22 515 77 64
Binary 11010010 110111 1111100 0 1001010 101001 10010 101001101 111111 110100

Color Harmonies of #D2377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2377C

Black with #D2377C

Text Example


Text Example

White with #D2377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2377C; }

 p { color: rgb(210,55,124); }

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

background-color css

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

 a { background-color: rgb(210,55,124); }

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

border-color css

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

 span { border-color: rgb(210,55,124); }

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