Html Css Color HEX #D63197 Deep Cerise

📋 copy color: '#D63197'

red 214 ◦ green 49 ◦ blue 151

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

Shades of Deep Cerise #D63197

Tints of Deep Cerise #D63197

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.84%

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

R = 51.69%
G = 11.84%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D63197 (or 0xD63197) is known color: Deep Cerise. HEX triplet: D6, 31 and 97. RGB value is (214,49,151). Sum of RGB (Red+Green+Blue) = 214+49+151=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D63197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63197 is #29CE68. Grayscale: #6D6D6D. Windows color (decimal): -2739817 or 9908694. OLE color: 9908694.

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

Color convert

RGB 214 49 151 -
CMYK 0 0.77 0.29 0.16
HSL 322.91º 0.67% 0.52% -
HSV(B) 322.91º 0.77% 0.84% -
XYZ 34.42 18.73 31.08 -
YUV 109.96 151.16 202.21 -
System Red Green Blue C M Y K H S L
Decimal 214 49 151 0 0.77 0.29 0.16 322.91 0.67 0.52
Hex D6 31 97 0 4D 1D 10 143 43 34
Octal 326 61 227 0 115 35 20 503 103 64
Binary 11010110 110001 10010111 0 1001101 11101 10000 101000011 1000011 110100

Color Harmonies of #D63197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63197

Black with #D63197

Text Example


Text Example

White with #D63197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63197; }

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

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

background-color css

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

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

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

border-color css

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

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

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