Html Css Color HEX #D6377F Deep Cerise

📋 copy color: '#D6377F'

red 214 ◦ green 55 ◦ blue 127

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

Shades of Deep Cerise #D6377F

Tints of Deep Cerise #D6377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.07%

R = 54.04%
G = 13.89%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6377F (or 0xD6377F) is known color: Deep Cerise. HEX triplet: D6, 37 and 7F. RGB value is (214,55,127). Sum of RGB (Red+Green+Blue) = 214+55+127=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D6377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6377F is #29C880. Grayscale: #6E6E6E. Windows color (decimal): -2738305 or 8337366. OLE color: 8337366.

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

Color convert

RGB 214 55 127 -
CMYK 0 0.74 0.41 0.16
HSL 332.83º 0.66% 0.53% -
HSV(B) 332.83º 0.74% 0.84% -
XYZ 32.93 18.56 21.93 -
YUV 110.75 137.18 201.65 -
System Red Green Blue C M Y K H S L
Decimal 214 55 127 0 0.74 0.41 0.16 332.83 0.66 0.53
Hex D6 37 7F 0 4A 29 10 14D 42 35
Octal 326 67 177 0 112 51 20 515 102 65
Binary 11010110 110111 1111111 0 1001010 101001 10000 101001101 1000010 110101

Color Harmonies of #D6377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6377F

Black with #D6377F

Text Example


Text Example

White with #D6377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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