Html Css Color HEX #D6377C Deep Cerise

📋 copy color: '#D6377C'

red 214 ◦ green 55 ◦ blue 124

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

Shades of Deep Cerise #D6377C

Tints of Deep Cerise #D6377C

RGB

 RED value IS 214 (83.98% from 255) = 54.45%

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

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

R = 54.45%
G = 13.99%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6377C (or 0xD6377C) is known color: Deep Cerise. HEX triplet: D6, 37 and 7C. RGB value is (214,55,124). Sum of RGB (Red+Green+Blue) = 214+55+124=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6377C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6377C is #29C883. Grayscale: #6E6E6E. Windows color (decimal): -2738308 or 8140758. OLE color: 8140758.

HSL color Cylindrical-coordinate representation of color #D6377C: hue angle of 333.96º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6377C is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 55 124 -
CMYK 0 0.74 0.42 0.16
HSL 333.96º 0.66% 0.53% -
HSV(B) 333.96º 0.74% 0.84% -
XYZ 32.74 18.48 20.91 -
YUV 110.41 135.68 201.89 -
System Red Green Blue C M Y K H S L
Decimal 214 55 124 0 0.74 0.42 0.16 333.96 0.66 0.53
Hex D6 37 7C 0 4A 2A 10 14E 42 35
Octal 326 67 174 0 112 52 20 516 102 65
Binary 11010110 110111 1111100 0 1001010 101010 10000 101001110 1000010 110101

Color Harmonies of #D6377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6377C

Black with #D6377C

Text Example


Text Example

White with #D6377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6377C; }

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

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

background-color css

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

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

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

border-color css

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

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

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