Html Css Color HEX #D62397 Deep Cerise

📋 copy color: '#D62397'

red 214 ◦ green 35 ◦ blue 151

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

Shades of Deep Cerise #D62397

Tints of Deep Cerise #D62397

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.75%

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

R = 53.5%
G = 8.75%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D62397 (or 0xD62397) is known color: Deep Cerise. HEX triplet: D6, 23 and 97. RGB value is (214,35,151). Sum of RGB (Red+Green+Blue) = 214+35+151=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D62397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62397 is #29DC68. Grayscale: #656565. Windows color (decimal): -2743401 or 9905110. OLE color: 9905110.

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

Color convert

RGB 214 35 151 -
CMYK 0 0.84 0.29 0.16
HSL 321.12º 0.72% 0.49% -
HSV(B) 321.12º 0.84% 0.84% -
XYZ 33.92 17.73 30.91 -
YUV 101.75 155.8 208.07 -
System Red Green Blue C M Y K H S L
Decimal 214 35 151 0 0.84 0.29 0.16 321.12 0.72 0.49
Hex D6 23 97 0 54 1D 10 141 48 31
Octal 326 43 227 0 124 35 20 501 110 61
Binary 11010110 100011 10010111 0 1010100 11101 10000 101000001 1001000 110001

Color Harmonies of #D62397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62397

Black with #D62397

Text Example


Text Example

White with #D62397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62397; }

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

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

background-color css

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

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

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

border-color css

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

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

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