Html Css Color HEX #D63BA5 Deep Cerise

📋 copy color: '#D63BA5'

red 214 ◦ green 59 ◦ blue 165

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

Shades of Deep Cerise #D63BA5

Tints of Deep Cerise #D63BA5

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.47%

 BLUE value IS 165 (64.84% from 255) = 37.67%

R = 48.86%
G = 13.47%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D63BA5 (or 0xD63BA5) is known color: Deep Cerise. HEX triplet: D6, 3B and A5. RGB value is (214,59,165). Sum of RGB (Red+Green+Blue) = 214+59+165=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 59 (23.44% from 255 or 13.47% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D63BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63BA5 is #29C45A. Grayscale: #757575. Windows color (decimal): -2737243 or 10828758. OLE color: 10828758.

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

Color convert

RGB 214 59 165 -
CMYK 0 0.72 0.23 0.16
HSL 318.97º 0.65% 0.54% -
HSV(B) 318.97º 0.72% 0.84% -
XYZ 36.09 20.14 37.58 -
YUV 117.43 154.85 196.88 -
System Red Green Blue C M Y K H S L
Decimal 214 59 165 0 0.72 0.23 0.16 318.97 0.65 0.54
Hex D6 3B A5 0 48 17 10 13F 41 36
Octal 326 73 245 0 110 27 20 477 101 66
Binary 11010110 111011 10100101 0 1001000 10111 10000 100111111 1000001 110110

Color Harmonies of #D63BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63BA5

Black with #D63BA5

Text Example


Text Example

White with #D63BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63BA5; }

 p { color: rgb(214,59,165); }

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

background-color css

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

 a { background-color: rgb(214,59,165); }

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

border-color css

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

 span { border-color: rgb(214,59,165); }

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