Html Css Color HEX #D62974 Deep Cerise

📋 copy color: '#D62974'

red 214 ◦ green 41 ◦ blue 116

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

Shades of Deep Cerise #D62974

Tints of Deep Cerise #D62974

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.05%

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

R = 57.68%
G = 11.05%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D62974 (or 0xD62974) is known color: Deep Cerise. HEX triplet: D6, 29 and 74. RGB value is (214,41,116). Sum of RGB (Red+Green+Blue) = 214+41+116=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D62974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62974 is #29D68B. Grayscale: #656565. Windows color (decimal): -2741900 or 7612886. OLE color: 7612886.

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

Color convert

RGB 214 41 116 -
CMYK 0 0.81 0.46 0.16
HSL 333.99º 0.68% 0.5% -
HSV(B) 333.99º 0.81% 0.84% -
XYZ 31.68 17.14 18.16 -
YUV 101.28 136.31 208.4 -
System Red Green Blue C M Y K H S L
Decimal 214 41 116 0 0.81 0.46 0.16 333.99 0.68 0.5
Hex D6 29 74 0 51 2E 10 14E 44 32
Octal 326 51 164 0 121 56 20 516 104 62
Binary 11010110 101001 1110100 0 1010001 101110 10000 101001110 1000100 110010

Color Harmonies of #D62974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62974

Black with #D62974

Text Example


Text Example

White with #D62974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62974; }

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

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

background-color css

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

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

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

border-color css

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

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

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