Html Css Color HEX #D62174 Deep Cerise

📋 copy color: '#D62174'

red 214 ◦ green 33 ◦ blue 116

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

Shades of Deep Cerise #D62174

Tints of Deep Cerise #D62174

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.09%

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

R = 58.95%
G = 9.09%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D62174 (or 0xD62174) is known color: Deep Cerise. HEX triplet: D6, 21 and 74. RGB value is (214,33,116). Sum of RGB (Red+Green+Blue) = 214+33+116=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D62174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62174 is #29DE8B. Grayscale: #606060. Windows color (decimal): -2743948 or 7610838. OLE color: 7610838.

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

Color convert

RGB 214 33 116 -
CMYK 0 0.85 0.46 0.16
HSL 332.49º 0.73% 0.48% -
HSV(B) 332.49º 0.85% 0.84% -
XYZ 31.43 16.64 18.08 -
YUV 96.58 138.97 211.75 -
System Red Green Blue C M Y K H S L
Decimal 214 33 116 0 0.85 0.46 0.16 332.49 0.73 0.48
Hex D6 21 74 0 55 2E 10 14C 49 30
Octal 326 41 164 0 125 56 20 514 111 60
Binary 11010110 100001 1110100 0 1010101 101110 10000 101001100 1001001 110000

Color Harmonies of #D62174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62174

Black with #D62174

Text Example


Text Example

White with #D62174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62174; }

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

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

background-color css

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

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

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

border-color css

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

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

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