Html Css Color HEX #D63A75 Deep Cerise

📋 copy color: '#D63A75'

red 214 ◦ green 58 ◦ blue 117

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

Shades of Deep Cerise #D63A75

Tints of Deep Cerise #D63A75

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.91%

 BLUE value IS 117 (46.09% from 255) = 30.08%

R = 55.01%
G = 14.91%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D63A75 (or 0xD63A75) is known color: Deep Cerise. HEX triplet: D6, 3A and 75. RGB value is (214,58,117). Sum of RGB (Red+Green+Blue) = 214+58+117=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63A75 is #29C58A. Grayscale: #6F6F6F. Windows color (decimal): -2737547 or 7682774. OLE color: 7682774.

HSL color Cylindrical-coordinate representation of color #D63A75: hue angle of 337.31º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63A75 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 58 117 -
CMYK 0 0.73 0.45 0.16
HSL 337.31º 0.66% 0.53% -
HSV(B) 337.31º 0.73% 0.84% -
XYZ 32.46 18.61 18.71 -
YUV 111.37 131.18 201.2 -
System Red Green Blue C M Y K H S L
Decimal 214 58 117 0 0.73 0.45 0.16 337.31 0.66 0.53
Hex D6 3A 75 0 49 2D 10 151 42 35
Octal 326 72 165 0 111 55 20 521 102 65
Binary 11010110 111010 1110101 0 1001001 101101 10000 101010001 1000010 110101

Color Harmonies of #D63A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A75

Black with #D63A75

Text Example


Text Example

White with #D63A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A75; }

 p { color: rgb(214,58,117); }

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

background-color css

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

 a { background-color: rgb(214,58,117); }

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

border-color css

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

 span { border-color: rgb(214,58,117); }

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