Html Css Color HEX #D93B6C Cerise

📋 copy color: '#D93B6C'

red 217 ◦ green 59 ◦ blue 108

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

Shades of Cerise #D93B6C

Tints of Cerise #D93B6C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.36%

 BLUE value IS 108 (42.58% from 255) = 28.13%

R = 56.51%
G = 15.36%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D93B6C (or 0xD93B6C) is known color: Cerise. HEX triplet: D9, 3B and 6C. RGB value is (217,59,108). Sum of RGB (Red+Green+Blue) = 217+59+108=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93B6C is #26C493. Grayscale: #6F6F6F. Windows color (decimal): -2540692 or 7093209. OLE color: 7093209.

HSL color Cylindrical-coordinate representation of color #D93B6C: hue angle of 341.39º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D93B6C is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 59 108 -
CMYK 0 0.73 0.50 0.15
HSL 341.39º 0.68% 0.54% -
HSV(B) 341.39º 0.73% 0.85% -
XYZ 32.89 18.96 16.11 -
YUV 111.83 125.85 203.02 -
System Red Green Blue C M Y K H S L
Decimal 217 59 108 0 0.73 0.50 0.15 341.39 0.68 0.54
Hex D9 3B 6C 0 49 32 F 155 44 36
Octal 331 73 154 0 111 62 17 525 104 66
Binary 11011001 111011 1101100 0 1001001 110010 1111 101010101 1000100 110110

Color Harmonies of #D93B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93B6C

Black with #D93B6C

Text Example


Text Example

White with #D93B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93B6C; }

 p { color: rgb(217,59,108); }

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

background-color css

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

 a { background-color: rgb(217,59,108); }

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

border-color css

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

 span { border-color: rgb(217,59,108); }

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