Html Css Color HEX #D6418A Deep Cerise

📋 copy color: '#D6418A'

red 214 ◦ green 65 ◦ blue 138

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

Shades of Deep Cerise #D6418A

Tints of Deep Cerise #D6418A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.09%

R = 51.32%
G = 15.59%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6418A (or 0xD6418A) is known color: Deep Cerise. HEX triplet: D6, 41 and 8A. RGB value is (214,65,138). Sum of RGB (Red+Green+Blue) = 214+65+138=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D6418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6418A is #29BE75. Grayscale: #757575. Windows color (decimal): -2735734 or 9060822. OLE color: 9060822.

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

Color convert

RGB 214 65 138 -
CMYK 0 0.70 0.36 0.16
HSL 330.6º 0.65% 0.55% -
HSV(B) 330.6º 0.7% 0.84% -
XYZ 34.21 19.91 26.09 -
YUV 117.87 139.36 196.56 -
System Red Green Blue C M Y K H S L
Decimal 214 65 138 0 0.70 0.36 0.16 330.6 0.65 0.55
Hex D6 41 8A 0 46 24 10 14B 41 37
Octal 326 101 212 0 106 44 20 513 101 67
Binary 11010110 1000001 10001010 0 1000110 100100 10000 101001011 1000001 110111

Color Harmonies of #D6418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6418A

Black with #D6418A

Text Example


Text Example

White with #D6418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6418A; }

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

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

background-color css

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

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

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

border-color css

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

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

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