Html Css Color HEX #D6379D Deep Cerise

📋 copy color: '#D6379D'

red 214 ◦ green 55 ◦ blue 157

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

Shades of Deep Cerise #D6379D

Tints of Deep Cerise #D6379D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.85%

R = 50.23%
G = 12.91%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6379D (or 0xD6379D) is known color: Deep Cerise. HEX triplet: D6, 37 and 9D. RGB value is (214,55,157). Sum of RGB (Red+Green+Blue) = 214+55+157=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6379D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6379D is #29C862. Grayscale: #717171. Windows color (decimal): -2738275 or 10303446. OLE color: 10303446.

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

Color convert

RGB 214 55 157 -
CMYK 0 0.74 0.27 0.16
HSL 321.51º 0.66% 0.53% -
HSV(B) 321.51º 0.74% 0.84% -
XYZ 35.18 19.46 33.8 -
YUV 114.17 152.18 199.21 -
System Red Green Blue C M Y K H S L
Decimal 214 55 157 0 0.74 0.27 0.16 321.51 0.66 0.53
Hex D6 37 9D 0 4A 1B 10 142 42 35
Octal 326 67 235 0 112 33 20 502 102 65
Binary 11010110 110111 10011101 0 1001010 11011 10000 101000010 1000010 110101

Color Harmonies of #D6379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6379D

Black with #D6379D

Text Example


Text Example

White with #D6379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6379D; }

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

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

background-color css

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

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

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

border-color css

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

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

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