Html Css Color HEX #D6379F Deep Cerise

📋 copy color: '#D6379F'

red 214 ◦ green 55 ◦ blue 159

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

Shades of Deep Cerise #D6379F

Tints of Deep Cerise #D6379F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.15%

R = 50%
G = 12.85%
B = 37.15%

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

#D6379F (or 0xD6379F) is known color: Deep Cerise. HEX triplet: D6, 37 and 9F. RGB value is (214,55,159). Sum of RGB (Red+Green+Blue) = 214+55+159=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 55 (21.88% from 255 or 12.85% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D6379F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6379F is #29C860. Grayscale: #727272. Windows color (decimal): -2738273 or 10434518. OLE color: 10434518.

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

Color convert

RGB 214 55 159 -
CMYK 0 0.74 0.26 0.16
HSL 320.75º 0.66% 0.53% -
HSV(B) 320.75º 0.74% 0.84% -
XYZ 35.36 19.53 34.71 -
YUV 114.4 153.18 199.04 -
System Red Green Blue C M Y K H S L
Decimal 214 55 159 0 0.74 0.26 0.16 320.75 0.66 0.53
Hex D6 37 9F 0 4A 1A 10 141 42 35
Octal 326 67 237 0 112 32 20 501 102 65
Binary 11010110 110111 10011111 0 1001010 11010 10000 101000001 1000010 110101

Color Harmonies of #D6379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6379F

Black with #D6379F

Text Example


Text Example

White with #D6379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6379F; }

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

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

background-color css

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

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

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

border-color css

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

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

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