Html Css Color HEX #D64180 Deep Cerise

📋 copy color: '#D64180'

red 214 ◦ green 65 ◦ blue 128

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

Shades of Deep Cerise #D64180

Tints of Deep Cerise #D64180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.45%

R = 52.58%
G = 15.97%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D64180 (or 0xD64180) is known color: Deep Cerise. HEX triplet: D6, 41 and 80. RGB value is (214,65,128). Sum of RGB (Red+Green+Blue) = 214+65+128=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D64180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64180 is #29BE7F. Grayscale: #747474. Windows color (decimal): -2735744 or 8405462. OLE color: 8405462.

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

Color convert

RGB 214 65 128 -
CMYK 0 0.70 0.40 0.16
HSL 334.63º 0.65% 0.55% -
HSV(B) 334.63º 0.7% 0.84% -
XYZ 33.52 19.64 22.45 -
YUV 116.73 134.36 197.38 -
System Red Green Blue C M Y K H S L
Decimal 214 65 128 0 0.70 0.40 0.16 334.63 0.65 0.55
Hex D6 41 80 0 46 28 10 14F 41 37
Octal 326 101 200 0 106 50 20 517 101 67
Binary 11010110 1000001 10000000 0 1000110 101000 10000 101001111 1000001 110111

Color Harmonies of #D64180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64180

Black with #D64180

Text Example


Text Example

White with #D64180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64180; }

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

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

background-color css

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

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

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

border-color css

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

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

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