Html Css Color HEX #D93069 Cerise

📋 copy color: '#D93069'

red 217 ◦ green 48 ◦ blue 105

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

Shades of Cerise #D93069

Tints of Cerise #D93069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.38%

R = 58.65%
G = 12.97%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D93069 (or 0xD93069) is known color: Cerise. HEX triplet: D9, 30 and 69. RGB value is (217,48,105). Sum of RGB (Red+Green+Blue) = 217+48+105=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D93069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93069 is #26CF96. Grayscale: #686868. Windows color (decimal): -2543511 or 6893785. OLE color: 6893785.

HSL color Cylindrical-coordinate representation of color #D93069: hue angle of 339.76º 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 #D93069 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 48 105 -
CMYK 0 0.78 0.52 0.15
HSL 339.76º 0.69% 0.52% -
HSV(B) 339.76º 0.78% 0.85% -
XYZ 32.22 17.89 15.12 -
YUV 105.03 127.99 207.87 -
System Red Green Blue C M Y K H S L
Decimal 217 48 105 0 0.78 0.52 0.15 339.76 0.69 0.52
Hex D9 30 69 0 4E 34 F 154 45 34
Octal 331 60 151 0 116 64 17 524 105 64
Binary 11011001 110000 1101001 0 1001110 110100 1111 101010100 1000101 110100

Color Harmonies of #D93069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93069

Black with #D93069

Text Example


Text Example

White with #D93069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93069; }

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

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

background-color css

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

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

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

border-color css

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

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

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