Html Css Color HEX #D93868 Cerise

📋 copy color: '#D93868'

red 217 ◦ green 56 ◦ blue 104

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

Shades of Cerise #D93868

Tints of Cerise #D93868

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.85%

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

R = 57.56%
G = 14.85%
B = 27.59%

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

#D93868 (or 0xD93868) is known color: Cerise. HEX triplet: D9, 38 and 68. RGB value is (217,56,104). Sum of RGB (Red+Green+Blue) = 217+56+104=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D93868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93868 is #26C797. Grayscale: #6D6D6D. Windows color (decimal): -2541464 or 6830297. OLE color: 6830297.

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

Color convert

RGB 217 56 104 -
CMYK 0 0.74 0.52 0.15
HSL 342.11º 0.68% 0.54% -
HSV(B) 342.11º 0.74% 0.85% -
XYZ 32.53 18.58 14.97 -
YUV 109.61 124.84 204.6 -
System Red Green Blue C M Y K H S L
Decimal 217 56 104 0 0.74 0.52 0.15 342.11 0.68 0.54
Hex D9 38 68 0 4A 34 F 156 44 36
Octal 331 70 150 0 112 64 17 526 104 66
Binary 11011001 111000 1101000 0 1001010 110100 1111 101010110 1000100 110110

Color Harmonies of #D93868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93868

Black with #D93868

Text Example


Text Example

White with #D93868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93868; }

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

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

background-color css

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

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

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

border-color css

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

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

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