Html Css Color HEX #D63A92 Deep Cerise

📋 copy color: '#D63A92'

red 214 ◦ green 58 ◦ blue 146

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

Shades of Deep Cerise #D63A92

Tints of Deep Cerise #D63A92

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.88%

 BLUE value IS 146 (57.42% from 255) = 34.93%

R = 51.2%
G = 13.88%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D63A92 (or 0xD63A92) is known color: Deep Cerise. HEX triplet: D6, 3A and 92. RGB value is (214,58,146). Sum of RGB (Red+Green+Blue) = 214+58+146=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63A92 is #29C56D. Grayscale: #727272. Windows color (decimal): -2737518 or 9583318. OLE color: 9583318.

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

Color convert

RGB 214 58 146 -
CMYK 0 0.73 0.32 0.16
HSL 326.15º 0.66% 0.53% -
HSV(B) 326.15º 0.73% 0.84% -
XYZ 34.43 19.4 29.12 -
YUV 114.68 145.68 198.84 -
System Red Green Blue C M Y K H S L
Decimal 214 58 146 0 0.73 0.32 0.16 326.15 0.66 0.53
Hex D6 3A 92 0 49 20 10 146 42 35
Octal 326 72 222 0 111 40 20 506 102 65
Binary 11010110 111010 10010010 0 1001001 100000 10000 101000110 1000010 110101

Color Harmonies of #D63A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A92

Black with #D63A92

Text Example


Text Example

White with #D63A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A92; }

 p { color: rgb(214,58,146); }

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

background-color css

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

 a { background-color: rgb(214,58,146); }

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

border-color css

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

 span { border-color: rgb(214,58,146); }

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