Html Css Color HEX #D61F78 Deep Cerise

📋 copy color: '#D61F78'

red 214 ◦ green 31 ◦ blue 120

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

Shades of Deep Cerise #D61F78

Tints of Deep Cerise #D61F78

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.49%

 BLUE value IS 120 (47.27% from 255) = 32.88%

R = 58.63%
G = 8.49%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D61F78 (or 0xD61F78) is known color: Deep Cerise. HEX triplet: D6, 1F and 78. RGB value is (214,31,120). Sum of RGB (Red+Green+Blue) = 214+31+120=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61F78 is #29E087. Grayscale: #5F5F5F. Windows color (decimal): -2744456 or 7872470. OLE color: 7872470.

HSL color Cylindrical-coordinate representation of color #D61F78: hue angle of 330.82º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61F78 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 31 120 -
CMYK 0 0.86 0.44 0.16
HSL 330.82º 0.75% 0.48% -
HSV(B) 330.82º 0.86% 0.84% -
XYZ 31.61 16.63 19.31 -
YUV 95.86 141.63 212.26 -
System Red Green Blue C M Y K H S L
Decimal 214 31 120 0 0.86 0.44 0.16 330.82 0.75 0.48
Hex D6 1F 78 0 56 2C 10 14B 4B 30
Octal 326 37 170 0 126 54 20 513 113 60
Binary 11010110 11111 1111000 0 1010110 101100 10000 101001011 1001011 110000

Color Harmonies of #D61F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61F78

Black with #D61F78

Text Example


Text Example

White with #D61F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61F78; }

 p { color: rgb(214,31,120); }

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

background-color css

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

 a { background-color: rgb(214,31,120); }

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

border-color css

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

 span { border-color: rgb(214,31,120); }

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