Html Css Color HEX #D6377D Deep Cerise

📋 copy color: '#D6377D'

red 214 ◦ green 55 ◦ blue 125

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

Shades of Deep Cerise #D6377D

Tints of Deep Cerise #D6377D

RGB

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

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

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

R = 54.31%
G = 13.96%
B = 31.73%

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

#D6377D (or 0xD6377D) is known color: Deep Cerise. HEX triplet: D6, 37 and 7D. RGB value is (214,55,125). Sum of RGB (Red+Green+Blue) = 214+55+125=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D6377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6377D is #29C882. Grayscale: #6E6E6E. Windows color (decimal): -2738307 or 8206294. OLE color: 8206294.

HSL color Cylindrical-coordinate representation of color #D6377D: hue angle of 333.58º 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 #D6377D is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 55 125 -
CMYK 0 0.74 0.42 0.16
HSL 333.58º 0.66% 0.53% -
HSV(B) 333.58º 0.74% 0.84% -
XYZ 32.8 18.51 21.25 -
YUV 110.52 136.18 201.81 -
System Red Green Blue C M Y K H S L
Decimal 214 55 125 0 0.74 0.42 0.16 333.58 0.66 0.53
Hex D6 37 7D 0 4A 2A 10 14E 42 35
Octal 326 67 175 0 112 52 20 516 102 65
Binary 11010110 110111 1111101 0 1001010 101010 10000 101001110 1000010 110101

Color Harmonies of #D6377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6377D

Black with #D6377D

Text Example


Text Example

White with #D6377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6377D; }

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

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

background-color css

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

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

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

border-color css

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

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

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