Html Css Color HEX #D93061 Cerise

📋 copy color: '#D93061'

red 217 ◦ green 48 ◦ blue 97

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

Shades of Cerise #D93061

Tints of Cerise #D93061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.8%

R = 59.94%
G = 13.26%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D93061 (or 0xD93061) is known color: Cerise. HEX triplet: D9, 30 and 61. RGB value is (217,48,97). Sum of RGB (Red+Green+Blue) = 217+48+97=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D93061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93061 is #26CF9E. Grayscale: #686868. Windows color (decimal): -2543519 or 6369497. OLE color: 6369497.

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

Color convert

RGB 217 48 97 -
CMYK 0 0.78 0.55 0.15
HSL 342.6º 0.69% 0.52% -
HSV(B) 342.6º 0.78% 0.85% -
XYZ 31.83 17.73 13.05 -
YUV 104.12 123.99 208.52 -
System Red Green Blue C M Y K H S L
Decimal 217 48 97 0 0.78 0.55 0.15 342.6 0.69 0.52
Hex D9 30 61 0 4E 37 F 157 45 34
Octal 331 60 141 0 116 67 17 527 105 64
Binary 11011001 110000 1100001 0 1001110 110111 1111 101010111 1000101 110100

Color Harmonies of #D93061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93061

Black with #D93061

Text Example


Text Example

White with #D93061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93061; }

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

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

background-color css

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

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

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

border-color css

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

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

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