Html Css Color HEX #D63F93 Deep Cerise

📋 copy color: '#D63F93'

red 214 ◦ green 63 ◦ blue 147

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

Shades of Deep Cerise #D63F93

Tints of Deep Cerise #D63F93

RGB

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

 GREEN value IS 63 (25% from 255) = 14.86%

 BLUE value IS 147 (57.81% from 255) = 34.67%

R = 50.47%
G = 14.86%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D63F93 (or 0xD63F93) is known color: Deep Cerise. HEX triplet: D6, 3F and 93. RGB value is (214,63,147). Sum of RGB (Red+Green+Blue) = 214+63+147=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 63 (25% from 255 or 14.86% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63F93 is #29C06C. Grayscale: #757575. Windows color (decimal): -2736237 or 9650134. OLE color: 9650134.

HSL color Cylindrical-coordinate representation of color #D63F93: hue angle of 326.62º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63F93 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 63 147 -
CMYK 0 0.71 0.31 0.16
HSL 326.62º 0.65% 0.54% -
HSV(B) 326.62º 0.71% 0.84% -
XYZ 34.78 19.96 29.62 -
YUV 117.73 144.53 196.67 -
System Red Green Blue C M Y K H S L
Decimal 214 63 147 0 0.71 0.31 0.16 326.62 0.65 0.54
Hex D6 3F 93 0 47 1F 10 147 41 36
Octal 326 77 223 0 107 37 20 507 101 66
Binary 11010110 111111 10010011 0 1000111 11111 10000 101000111 1000001 110110

Color Harmonies of #D63F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63F93

Black with #D63F93

Text Example


Text Example

White with #D63F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63F93; }

 p { color: rgb(214,63,147); }

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

background-color css

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

 a { background-color: rgb(214,63,147); }

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

border-color css

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

 span { border-color: rgb(214,63,147); }

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