Html Css Color HEX #D63294 Deep Cerise

📋 copy color: '#D63294'

red 214 ◦ green 50 ◦ blue 148

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

Shades of Deep Cerise #D63294

Tints of Deep Cerise #D63294

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.14%

 BLUE value IS 148 (58.2% from 255) = 35.92%

R = 51.94%
G = 12.14%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D63294 (or 0xD63294) is known color: Deep Cerise. HEX triplet: D6, 32 and 94. RGB value is (214,50,148). Sum of RGB (Red+Green+Blue) = 214+50+148=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D63294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63294 is #29CD6B. Grayscale: #6D6D6D. Windows color (decimal): -2739564 or 9712342. OLE color: 9712342.

HSL color Cylindrical-coordinate representation of color #D63294: hue angle of 324.15º 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 #D63294 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 50 148 -
CMYK 0 0.77 0.31 0.16
HSL 324.15º 0.67% 0.52% -
HSV(B) 324.15º 0.77% 0.84% -
XYZ 34.22 18.72 29.83 -
YUV 110.21 149.33 202.03 -
System Red Green Blue C M Y K H S L
Decimal 214 50 148 0 0.77 0.31 0.16 324.15 0.67 0.52
Hex D6 32 94 0 4D 1F 10 144 43 34
Octal 326 62 224 0 115 37 20 504 103 64
Binary 11010110 110010 10010100 0 1001101 11111 10000 101000100 1000011 110100

Color Harmonies of #D63294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63294

Black with #D63294

Text Example


Text Example

White with #D63294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63294; }

 p { color: rgb(214,50,148); }

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

background-color css

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

 a { background-color: rgb(214,50,148); }

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

border-color css

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

 span { border-color: rgb(214,50,148); }

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