Html Css Color HEX #D93A70 Cerise

📋 copy color: '#D93A70'

red 217 ◦ green 58 ◦ blue 112

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

Shades of Cerise #D93A70

Tints of Cerise #D93A70

RGB

 RED value IS 217 (85.16% from 255) = 56.07%

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

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

R = 56.07%
G = 14.99%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D93A70 (or 0xD93A70) is known color: Cerise. HEX triplet: D9, 3A and 70. RGB value is (217,58,112). Sum of RGB (Red+Green+Blue) = 217+58+112=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93A70 is #26C58F. Grayscale: #6F6F6F. Windows color (decimal): -2540944 or 7355097. OLE color: 7355097.

HSL color Cylindrical-coordinate representation of color #D93A70: hue angle of 339.62º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D93A70 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 58 112 -
CMYK 0 0.73 0.48 0.15
HSL 339.62º 0.68% 0.54% -
HSV(B) 339.62º 0.73% 0.85% -
XYZ 33.05 18.95 17.24 -
YUV 111.7 128.18 203.11 -
System Red Green Blue C M Y K H S L
Decimal 217 58 112 0 0.73 0.48 0.15 339.62 0.68 0.54
Hex D9 3A 70 0 49 30 F 154 44 36
Octal 331 72 160 0 111 60 17 524 104 66
Binary 11011001 111010 1110000 0 1001001 110000 1111 101010100 1000100 110110

Color Harmonies of #D93A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93A70

Black with #D93A70

Text Example


Text Example

White with #D93A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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