Html Css Color HEX #D63C9B Deep Cerise

📋 copy color: '#D63C9B'

red 214 ◦ green 60 ◦ blue 155

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

Shades of Deep Cerise #D63C9B

Tints of Deep Cerise #D63C9B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.99%

 BLUE value IS 155 (60.94% from 255) = 36.13%

R = 49.88%
G = 13.99%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D63C9B (or 0xD63C9B) is known color: Deep Cerise. HEX triplet: D6, 3C and 9B. RGB value is (214,60,155). Sum of RGB (Red+Green+Blue) = 214+60+155=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63C9B is #29C364. Grayscale: #747474. Windows color (decimal): -2736997 or 10173654. OLE color: 10173654.

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

Color convert

RGB 214 60 155 -
CMYK 0 0.72 0.28 0.16
HSL 322.99º 0.65% 0.54% -
HSV(B) 322.99º 0.72% 0.84% -
XYZ 35.26 19.89 32.99 -
YUV 116.88 149.52 197.28 -
System Red Green Blue C M Y K H S L
Decimal 214 60 155 0 0.72 0.28 0.16 322.99 0.65 0.54
Hex D6 3C 9B 0 48 1C 10 143 41 36
Octal 326 74 233 0 110 34 20 503 101 66
Binary 11010110 111100 10011011 0 1001000 11100 10000 101000011 1000001 110110

Color Harmonies of #D63C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C9B

Black with #D63C9B

Text Example


Text Example

White with #D63C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C9B; }

 p { color: rgb(214,60,155); }

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

background-color css

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

 a { background-color: rgb(214,60,155); }

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

border-color css

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

 span { border-color: rgb(214,60,155); }

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