Html Css Color HEX #D62C97 Deep Cerise

📋 copy color: '#D62C97'

red 214 ◦ green 44 ◦ blue 151

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

Shades of Deep Cerise #D62C97

Tints of Deep Cerise #D62C97

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.76%

 BLUE value IS 151 (59.38% from 255) = 36.92%

R = 52.32%
G = 10.76%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D62C97 (or 0xD62C97) is known color: Deep Cerise. HEX triplet: D6, 2C and 97. RGB value is (214,44,151). Sum of RGB (Red+Green+Blue) = 214+44+151=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62C97 is #29D368. Grayscale: #6A6A6A. Windows color (decimal): -2741097 or 9907414. OLE color: 9907414.

HSL color Cylindrical-coordinate representation of color #D62C97: hue angle of 322.24º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62C97 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 44 151 -
CMYK 0 0.79 0.29 0.16
HSL 322.24º 0.67% 0.51% -
HSV(B) 322.24º 0.79% 0.84% -
XYZ 34.22 18.33 31.01 -
YUV 107.03 152.82 204.3 -
System Red Green Blue C M Y K H S L
Decimal 214 44 151 0 0.79 0.29 0.16 322.24 0.67 0.51
Hex D6 2C 97 0 4F 1D 10 142 43 33
Octal 326 54 227 0 117 35 20 502 103 63
Binary 11010110 101100 10010111 0 1001111 11101 10000 101000010 1000011 110011

Color Harmonies of #D62C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62C97

Black with #D62C97

Text Example


Text Example

White with #D62C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62C97; }

 p { color: rgb(214,44,151); }

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

background-color css

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

 a { background-color: rgb(214,44,151); }

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

border-color css

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

 span { border-color: rgb(214,44,151); }

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