Html Css Color HEX #D6379E Deep Cerise

📋 copy color: '#D6379E'

red 214 ◦ green 55 ◦ blue 158

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

Shades of Deep Cerise #D6379E

Tints of Deep Cerise #D6379E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37%

R = 50.12%
G = 12.88%
B = 37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6379E (or 0xD6379E) is known color: Deep Cerise. HEX triplet: D6, 37 and 9E. RGB value is (214,55,158). Sum of RGB (Red+Green+Blue) = 214+55+158=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 55 (21.88% from 255 or 12.88% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6379E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6379E is #29C861. Grayscale: #727272. Windows color (decimal): -2738274 or 10368982. OLE color: 10368982.

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

Color convert

RGB 214 55 158 -
CMYK 0 0.74 0.26 0.16
HSL 321.13º 0.66% 0.53% -
HSV(B) 321.13º 0.74% 0.84% -
XYZ 35.27 19.5 34.25 -
YUV 114.28 152.68 199.12 -
System Red Green Blue C M Y K H S L
Decimal 214 55 158 0 0.74 0.26 0.16 321.13 0.66 0.53
Hex D6 37 9E 0 4A 1A 10 141 42 35
Octal 326 67 236 0 112 32 20 501 102 65
Binary 11010110 110111 10011110 0 1001010 11010 10000 101000001 1000010 110101

Color Harmonies of #D6379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6379E

Black with #D6379E

Text Example


Text Example

White with #D6379E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6379E; }

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

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

background-color css

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

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

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

border-color css

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

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

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