Html Css Color HEX #D93064 Cerise

📋 copy color: '#D93064'

red 217 ◦ green 48 ◦ blue 100

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

Shades of Cerise #D93064

Tints of Cerise #D93064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.4%

R = 59.45%
G = 13.15%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D93064 (or 0xD93064) is known color: Cerise. HEX triplet: D9, 30 and 64. RGB value is (217,48,100). Sum of RGB (Red+Green+Blue) = 217+48+100=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D93064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93064 is #26CF9B. Grayscale: #686868. Windows color (decimal): -2543516 or 6566105. OLE color: 6566105.

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

Color convert

RGB 217 48 100 -
CMYK 0 0.78 0.54 0.15
HSL 341.54º 0.69% 0.52% -
HSV(B) 341.54º 0.78% 0.85% -
XYZ 31.97 17.79 13.8 -
YUV 104.46 125.49 208.27 -
System Red Green Blue C M Y K H S L
Decimal 217 48 100 0 0.78 0.54 0.15 341.54 0.69 0.52
Hex D9 30 64 0 4E 36 F 156 45 34
Octal 331 60 144 0 116 66 17 526 105 64
Binary 11011001 110000 1100100 0 1001110 110110 1111 101010110 1000101 110100

Color Harmonies of #D93064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93064

Black with #D93064

Text Example


Text Example

White with #D93064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93064; }

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

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

background-color css

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

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

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

border-color css

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

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

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