Html Css Color HEX #D63D9A Deep Cerise

📋 copy color: '#D63D9A'

red 214 ◦ green 61 ◦ blue 154

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

Shades of Deep Cerise #D63D9A

Tints of Deep Cerise #D63D9A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.22%

 BLUE value IS 154 (60.55% from 255) = 35.9%

R = 49.88%
G = 14.22%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D63D9A (or 0xD63D9A) is known color: Deep Cerise. HEX triplet: D6, 3D and 9A. RGB value is (214,61,154). Sum of RGB (Red+Green+Blue) = 214+61+154=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 61 (24.22% from 255 or 14.22% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63D9A is #29C265. Grayscale: #757575. Windows color (decimal): -2736742 or 10108374. OLE color: 10108374.

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

Color convert

RGB 214 61 154 -
CMYK 0 0.71 0.28 0.16
HSL 323.53º 0.65% 0.54% -
HSV(B) 323.53º 0.71% 0.84% -
XYZ 35.23 19.97 32.57 -
YUV 117.35 148.69 196.94 -
System Red Green Blue C M Y K H S L
Decimal 214 61 154 0 0.71 0.28 0.16 323.53 0.65 0.54
Hex D6 3D 9A 0 47 1C 10 144 41 36
Octal 326 75 232 0 107 34 20 504 101 66
Binary 11010110 111101 10011010 0 1000111 11100 10000 101000100 1000001 110110

Color Harmonies of #D63D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63D9A

Black with #D63D9A

Text Example


Text Example

White with #D63D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63D9A; }

 p { color: rgb(214,61,154); }

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

background-color css

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

 a { background-color: rgb(214,61,154); }

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

border-color css

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

 span { border-color: rgb(214,61,154); }

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