Html Css Color HEX #D63A70 Cerise

📋 copy color: '#D63A70'

red 214 ◦ green 58 ◦ blue 112

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

Shades of Cerise #D63A70

Tints of Cerise #D63A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.17%

R = 55.73%
G = 15.1%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D63A70 (or 0xD63A70) is known color: Cerise. HEX triplet: D6, 3A and 70. RGB value is (214,58,112). Sum of RGB (Red+Green+Blue) = 214+58+112=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63A70 is #29C58F. Grayscale: #6E6E6E. Windows color (decimal): -2737552 or 7355094. OLE color: 7355094.

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

Color convert

RGB 214 58 112 -
CMYK 0 0.73 0.48 0.16
HSL 339.23º 0.66% 0.53% -
HSV(B) 339.23º 0.73% 0.84% -
XYZ 32.17 18.49 17.2 -
YUV 110.8 128.68 201.61 -
System Red Green Blue C M Y K H S L
Decimal 214 58 112 0 0.73 0.48 0.16 339.23 0.66 0.53
Hex D6 3A 70 0 49 30 10 153 42 35
Octal 326 72 160 0 111 60 20 523 102 65
Binary 11010110 111010 1110000 0 1001001 110000 10000 101010011 1000010 110101

Color Harmonies of #D63A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A70

Black with #D63A70

Text Example


Text Example

White with #D63A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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