Html Css Color HEX #D6389D Deep Cerise

📋 copy color: '#D6389D'

red 214 ◦ green 56 ◦ blue 157

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

Shades of Deep Cerise #D6389D

Tints of Deep Cerise #D6389D

RGB

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

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

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

R = 50.12%
G = 13.11%
B = 36.77%

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

#D6389D (or 0xD6389D) is known color: Deep Cerise. HEX triplet: D6, 38 and 9D. RGB value is (214,56,157). Sum of RGB (Red+Green+Blue) = 214+56+157=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 56 (22.27% from 255 or 13.11% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6389D is #29C762. Grayscale: #727272. Windows color (decimal): -2738019 or 10303702. OLE color: 10303702.

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

Color convert

RGB 214 56 157 -
CMYK 0 0.74 0.27 0.16
HSL 321.65º 0.66% 0.53% -
HSV(B) 321.65º 0.74% 0.84% -
XYZ 35.23 19.56 33.82 -
YUV 114.76 151.85 198.79 -
System Red Green Blue C M Y K H S L
Decimal 214 56 157 0 0.74 0.27 0.16 321.65 0.66 0.53
Hex D6 38 9D 0 4A 1B 10 142 42 35
Octal 326 70 235 0 112 33 20 502 102 65
Binary 11010110 111000 10011101 0 1001010 11011 10000 101000010 1000010 110101

Color Harmonies of #D6389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6389D

Black with #D6389D

Text Example


Text Example

White with #D6389D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6389D; }

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

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

background-color css

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

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

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

border-color css

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

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

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