Html Css Color HEX #D6379A Deep Cerise

📋 copy color: '#D6379A'

red 214 ◦ green 55 ◦ blue 154

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

Shades of Deep Cerise #D6379A

Tints of Deep Cerise #D6379A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.41%

R = 50.59%
G = 13%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6379A (or 0xD6379A) is known color: Deep Cerise. HEX triplet: D6, 37 and 9A. RGB value is (214,55,154). Sum of RGB (Red+Green+Blue) = 214+55+154=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6379A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6379A is #29C865. Grayscale: #717171. Windows color (decimal): -2738278 or 10106838. OLE color: 10106838.

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

Color convert

RGB 214 55 154 -
CMYK 0 0.74 0.28 0.16
HSL 322.64º 0.66% 0.53% -
HSV(B) 322.64º 0.74% 0.84% -
XYZ 34.93 19.36 32.47 -
YUV 113.83 150.68 199.45 -
System Red Green Blue C M Y K H S L
Decimal 214 55 154 0 0.74 0.28 0.16 322.64 0.66 0.53
Hex D6 37 9A 0 4A 1C 10 143 42 35
Octal 326 67 232 0 112 34 20 503 102 65
Binary 11010110 110111 10011010 0 1001010 11100 10000 101000011 1000010 110101

Color Harmonies of #D6379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6379A

Black with #D6379A

Text Example


Text Example

White with #D6379A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6379A; }

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

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

background-color css

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

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

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

border-color css

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

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

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