Html Css Color HEX #D93070 Cerise

📋 copy color: '#D93070'

red 217 ◦ green 48 ◦ blue 112

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

Shades of Cerise #D93070

Tints of Cerise #D93070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.73%

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

R = 57.56%
G = 12.73%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D93070 (or 0xD93070) is known color: Cerise. HEX triplet: D9, 30 and 70. RGB value is (217,48,112). Sum of RGB (Red+Green+Blue) = 217+48+112=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D93070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93070 is #26CF8F. Grayscale: #696969. Windows color (decimal): -2543504 or 7352537. OLE color: 7352537.

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

Color convert

RGB 217 48 112 -
CMYK 0 0.78 0.48 0.15
HSL 337.28º 0.69% 0.52% -
HSV(B) 337.28º 0.78% 0.85% -
XYZ 32.6 18.04 17.09 -
YUV 105.83 131.49 207.3 -
System Red Green Blue C M Y K H S L
Decimal 217 48 112 0 0.78 0.48 0.15 337.28 0.69 0.52
Hex D9 30 70 0 4E 30 F 151 45 34
Octal 331 60 160 0 116 60 17 521 105 64
Binary 11011001 110000 1110000 0 1001110 110000 1111 101010001 1000101 110100

Color Harmonies of #D93070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93070

Black with #D93070

Text Example


Text Example

White with #D93070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93070; }

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

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

background-color css

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

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

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

border-color css

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

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

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