Html Css Color HEX #D6387F Deep Cerise

📋 copy color: '#D6387F'

red 214 ◦ green 56 ◦ blue 127

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

Shades of Deep Cerise #D6387F

Tints of Deep Cerise #D6387F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.99%

R = 53.9%
G = 14.11%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6387F (or 0xD6387F) is known color: Deep Cerise. HEX triplet: D6, 38 and 7F. RGB value is (214,56,127). Sum of RGB (Red+Green+Blue) = 214+56+127=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D6387F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6387F is #29C780. Grayscale: #6F6F6F. Windows color (decimal): -2738049 or 8337622. OLE color: 8337622.

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

Color convert

RGB 214 56 127 -
CMYK 0 0.74 0.41 0.16
HSL 333.04º 0.66% 0.53% -
HSV(B) 333.04º 0.74% 0.84% -
XYZ 32.98 18.66 21.94 -
YUV 111.34 136.85 201.23 -
System Red Green Blue C M Y K H S L
Decimal 214 56 127 0 0.74 0.41 0.16 333.04 0.66 0.53
Hex D6 38 7F 0 4A 29 10 14D 42 35
Octal 326 70 177 0 112 51 20 515 102 65
Binary 11010110 111000 1111111 0 1001010 101001 10000 101001101 1000010 110101

Color Harmonies of #D6387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6387F

Black with #D6387F

Text Example


Text Example

White with #D6387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6387F; }

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

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

background-color css

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

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

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

border-color css

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

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

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