Html Css Color HEX #D6389F Deep Cerise

📋 copy color: '#D6389F'

red 214 ◦ green 56 ◦ blue 159

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

Shades of Deep Cerise #D6389F

Tints of Deep Cerise #D6389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.05%

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

R = 49.88%
G = 13.05%
B = 37.06%

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

#D6389F (or 0xD6389F) is known color: Deep Cerise. HEX triplet: D6, 38 and 9F. RGB value is (214,56,159). Sum of RGB (Red+Green+Blue) = 214+56+159=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D6389F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6389F is #29C760. Grayscale: #727272. Windows color (decimal): -2738017 or 10434774. OLE color: 10434774.

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

Color convert

RGB 214 56 159 -
CMYK 0 0.74 0.26 0.16
HSL 320.89º 0.66% 0.53% -
HSV(B) 320.89º 0.74% 0.84% -
XYZ 35.4 19.63 34.72 -
YUV 114.98 152.85 198.62 -
System Red Green Blue C M Y K H S L
Decimal 214 56 159 0 0.74 0.26 0.16 320.89 0.66 0.53
Hex D6 38 9F 0 4A 1A 10 141 42 35
Octal 326 70 237 0 112 32 20 501 102 65
Binary 11010110 111000 10011111 0 1001010 11010 10000 101000001 1000010 110101

Color Harmonies of #D6389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6389F

Black with #D6389F

Text Example


Text Example

White with #D6389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6389F; }

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

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

background-color css

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

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

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

border-color css

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

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

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