Html Css Color HEX #D6388D Deep Cerise

📋 copy color: '#D6388D'

red 214 ◦ green 56 ◦ blue 141

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

Shades of Deep Cerise #D6388D

Tints of Deep Cerise #D6388D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.31%

R = 52.07%
G = 13.63%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6388D (or 0xD6388D) is known color: Deep Cerise. HEX triplet: D6, 38 and 8D. RGB value is (214,56,141). Sum of RGB (Red+Green+Blue) = 214+56+141=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D6388D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6388D is #29C772. Grayscale: #707070. Windows color (decimal): -2738035 or 9255126. OLE color: 9255126.

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

Color convert

RGB 214 56 141 -
CMYK 0 0.74 0.34 0.16
HSL 327.72º 0.66% 0.53% -
HSV(B) 327.72º 0.74% 0.84% -
XYZ 33.95 19.05 27.09 -
YUV 112.93 143.85 200.09 -
System Red Green Blue C M Y K H S L
Decimal 214 56 141 0 0.74 0.34 0.16 327.72 0.66 0.53
Hex D6 38 8D 0 4A 22 10 148 42 35
Octal 326 70 215 0 112 42 20 510 102 65
Binary 11010110 111000 10001101 0 1001010 100010 10000 101001000 1000010 110101

Color Harmonies of #D6388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6388D

Black with #D6388D

Text Example


Text Example

White with #D6388D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6388D; }

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

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

background-color css

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

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

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

border-color css

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

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

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