Html Css Color HEX #D6379C Deep Cerise

📋 copy color: '#D6379C'

red 214 ◦ green 55 ◦ blue 156

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

Shades of Deep Cerise #D6379C

Tints of Deep Cerise #D6379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.71%

R = 50.35%
G = 12.94%
B = 36.71%

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

#D6379C (or 0xD6379C) is known color: Deep Cerise. HEX triplet: D6, 37 and 9C. RGB value is (214,55,156). Sum of RGB (Red+Green+Blue) = 214+55+156=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 55 (21.88% from 255 or 12.94% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6379C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6379C is #29C863. Grayscale: #717171. Windows color (decimal): -2738276 or 10237910. OLE color: 10237910.

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

Color convert

RGB 214 55 156 -
CMYK 0 0.74 0.27 0.16
HSL 321.89º 0.66% 0.53% -
HSV(B) 321.89º 0.74% 0.84% -
XYZ 35.1 19.43 33.35 -
YUV 114.06 151.68 199.29 -
System Red Green Blue C M Y K H S L
Decimal 214 55 156 0 0.74 0.27 0.16 321.89 0.66 0.53
Hex D6 37 9C 0 4A 1B 10 142 42 35
Octal 326 67 234 0 112 33 20 502 102 65
Binary 11010110 110111 10011100 0 1001010 11011 10000 101000010 1000010 110101

Color Harmonies of #D6379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6379C

Black with #D6379C

Text Example


Text Example

White with #D6379C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6379C; }

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

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

background-color css

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

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

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

border-color css

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

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

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