Html Css Color HEX #D6376F Cerise

📋 copy color: '#D6376F'

red 214 ◦ green 55 ◦ blue 111

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

Shades of Cerise #D6376F

Tints of Cerise #D6376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.21%

R = 56.32%
G = 14.47%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6376F (or 0xD6376F) is known color: Cerise. HEX triplet: D6, 37 and 6F. RGB value is (214,55,111). Sum of RGB (Red+Green+Blue) = 214+55+111=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 55 (21.88% from 255 or 14.47% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D6376F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6376F is #29C890. Grayscale: #6C6C6C. Windows color (decimal): -2738321 or 7288790. OLE color: 7288790.

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

Color convert

RGB 214 55 111 -
CMYK 0 0.74 0.48 0.16
HSL 338.87º 0.66% 0.53% -
HSV(B) 338.87º 0.74% 0.84% -
XYZ 31.97 18.18 16.86 -
YUV 108.93 129.18 202.95 -
System Red Green Blue C M Y K H S L
Decimal 214 55 111 0 0.74 0.48 0.16 338.87 0.66 0.53
Hex D6 37 6F 0 4A 30 10 153 42 35
Octal 326 67 157 0 112 60 20 523 102 65
Binary 11010110 110111 1101111 0 1001010 110000 10000 101010011 1000010 110101

Color Harmonies of #D6376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6376F

Black with #D6376F

Text Example


Text Example

White with #D6376F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6376F; }

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

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

background-color css

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

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

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

border-color css

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

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

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