Html Css Color HEX #D63092 Deep Cerise

📋 copy color: '#D63092'

red 214 ◦ green 48 ◦ blue 146

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

Shades of Deep Cerise #D63092

Tints of Deep Cerise #D63092

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.76%

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

R = 52.45%
G = 11.76%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D63092 (or 0xD63092) is known color: Deep Cerise. HEX triplet: D6, 30 and 92. RGB value is (214,48,146). Sum of RGB (Red+Green+Blue) = 214+48+146=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D63092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63092 is #29CF6D. Grayscale: #6C6C6C. Windows color (decimal): -2740078 or 9580758. OLE color: 9580758.

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

Color convert

RGB 214 48 146 -
CMYK 0 0.78 0.32 0.16
HSL 324.58º 0.67% 0.51% -
HSV(B) 324.58º 0.78% 0.84% -
XYZ 33.98 18.49 28.97 -
YUV 108.81 149 203.03 -
System Red Green Blue C M Y K H S L
Decimal 214 48 146 0 0.78 0.32 0.16 324.58 0.67 0.51
Hex D6 30 92 0 4E 20 10 145 43 33
Octal 326 60 222 0 116 40 20 505 103 63
Binary 11010110 110000 10010010 0 1001110 100000 10000 101000101 1000011 110011

Color Harmonies of #D63092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63092

Black with #D63092

Text Example


Text Example

White with #D63092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63092; }

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

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

background-color css

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

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

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

border-color css

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

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

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