Html Css Color HEX #D93968 Cerise

📋 copy color: '#D93968'

red 217 ◦ green 57 ◦ blue 104

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

Shades of Cerise #D93968

Tints of Cerise #D93968

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.08%

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

R = 57.41%
G = 15.08%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D93968 (or 0xD93968) is known color: Cerise. HEX triplet: D9, 39 and 68. RGB value is (217,57,104). Sum of RGB (Red+Green+Blue) = 217+57+104=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D93968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93968 is #26C697. Grayscale: #6E6E6E. Windows color (decimal): -2541208 or 6830553. OLE color: 6830553.

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

Color convert

RGB 217 57 104 -
CMYK 0 0.74 0.52 0.15
HSL 342.38º 0.68% 0.54% -
HSV(B) 342.38º 0.74% 0.85% -
XYZ 32.58 18.68 14.98 -
YUV 110.2 124.51 204.18 -
System Red Green Blue C M Y K H S L
Decimal 217 57 104 0 0.74 0.52 0.15 342.38 0.68 0.54
Hex D9 39 68 0 4A 34 F 156 44 36
Octal 331 71 150 0 112 64 17 526 104 66
Binary 11011001 111001 1101000 0 1001010 110100 1111 101010110 1000100 110110

Color Harmonies of #D93968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93968

Black with #D93968

Text Example


Text Example

White with #D93968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93968; }

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

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

background-color css

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

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

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

border-color css

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

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

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