Html Css Color HEX #D6418D Deep Cerise

📋 copy color: '#D6418D'

red 214 ◦ green 65 ◦ blue 141

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

Shades of Deep Cerise #D6418D

Tints of Deep Cerise #D6418D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.48%

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

R = 50.95%
G = 15.48%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6418D (or 0xD6418D) is known color: Deep Cerise. HEX triplet: D6, 41 and 8D. RGB value is (214,65,141). Sum of RGB (Red+Green+Blue) = 214+65+141=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6418D is #29BE72. Grayscale: #767676. Windows color (decimal): -2735731 or 9257430. OLE color: 9257430.

HSL color Cylindrical-coordinate representation of color #D6418D: hue angle of 329.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6418D is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 65 141 -
CMYK 0 0.70 0.34 0.16
HSL 329.4º 0.65% 0.55% -
HSV(B) 329.4º 0.7% 0.84% -
XYZ 34.43 20 27.25 -
YUV 118.22 140.86 196.32 -
System Red Green Blue C M Y K H S L
Decimal 214 65 141 0 0.70 0.34 0.16 329.4 0.65 0.55
Hex D6 41 8D 0 46 22 10 149 41 37
Octal 326 101 215 0 106 42 20 511 101 67
Binary 11010110 1000001 10001101 0 1000110 100010 10000 101001001 1000001 110111

Color Harmonies of #D6418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6418D

Black with #D6418D

Text Example


Text Example

White with #D6418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6418D; }

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

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

background-color css

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

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

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

border-color css

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

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

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