Html Css Color HEX #D61F74 Deep Cerise

📋 copy color: '#D61F74'

red 214 ◦ green 31 ◦ blue 116

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

Shades of Deep Cerise #D61F74

Tints of Deep Cerise #D61F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.13%

R = 59.28%
G = 8.59%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D61F74 (or 0xD61F74) is known color: Deep Cerise. HEX triplet: D6, 1F and 74. RGB value is (214,31,116). Sum of RGB (Red+Green+Blue) = 214+31+116=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61F74 is #29E08B. Grayscale: #5F5F5F. Windows color (decimal): -2744460 or 7610326. OLE color: 7610326.

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

Color convert

RGB 214 31 116 -
CMYK 0 0.86 0.46 0.16
HSL 332.13º 0.75% 0.48% -
HSV(B) 332.13º 0.86% 0.84% -
XYZ 31.37 16.54 18.06 -
YUV 95.41 139.63 212.59 -
System Red Green Blue C M Y K H S L
Decimal 214 31 116 0 0.86 0.46 0.16 332.13 0.75 0.48
Hex D6 1F 74 0 56 2E 10 14C 4B 30
Octal 326 37 164 0 126 56 20 514 113 60
Binary 11010110 11111 1110100 0 1010110 101110 10000 101001100 1001011 110000

Color Harmonies of #D61F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61F74

Black with #D61F74

Text Example


Text Example

White with #D61F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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