Html Css Color HEX #D93068 Cerise

📋 copy color: '#D93068'

red 217 ◦ green 48 ◦ blue 104

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

Shades of Cerise #D93068

Tints of Cerise #D93068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.18%

R = 58.81%
G = 13.01%
B = 28.18%

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

#D93068 (or 0xD93068) is known color: Cerise. HEX triplet: D9, 30 and 68. RGB value is (217,48,104). Sum of RGB (Red+Green+Blue) = 217+48+104=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D93068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93068 is #26CF97. Grayscale: #686868. Windows color (decimal): -2543512 or 6828249. OLE color: 6828249.

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

Color convert

RGB 217 48 104 -
CMYK 0 0.78 0.52 0.15
HSL 340.12º 0.69% 0.52% -
HSV(B) 340.12º 0.78% 0.85% -
XYZ 32.17 17.87 14.85 -
YUV 104.92 127.49 207.95 -
System Red Green Blue C M Y K H S L
Decimal 217 48 104 0 0.78 0.52 0.15 340.12 0.69 0.52
Hex D9 30 68 0 4E 34 F 154 45 34
Octal 331 60 150 0 116 64 17 524 105 64
Binary 11011001 110000 1101000 0 1001110 110100 1111 101010100 1000101 110100

Color Harmonies of #D93068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93068

Black with #D93068

Text Example


Text Example

White with #D93068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93068; }

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

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

background-color css

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

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

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

border-color css

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

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

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