Html Css Color HEX #D93168 Cerise

📋 copy color: '#D93168'

red 217 ◦ green 49 ◦ blue 104

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

Shades of Cerise #D93168

Tints of Cerise #D93168

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.24%

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

R = 58.65%
G = 13.24%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D93168 (or 0xD93168) is known color: Cerise. HEX triplet: D9, 31 and 68. RGB value is (217,49,104). Sum of RGB (Red+Green+Blue) = 217+49+104=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D93168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93168 is #26CE97. Grayscale: #696969. Windows color (decimal): -2543256 or 6828505. OLE color: 6828505.

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

Color convert

RGB 217 49 104 -
CMYK 0 0.77 0.52 0.15
HSL 340.36º 0.69% 0.52% -
HSV(B) 340.36º 0.77% 0.85% -
XYZ 32.21 17.95 14.86 -
YUV 105.5 127.16 207.53 -
System Red Green Blue C M Y K H S L
Decimal 217 49 104 0 0.77 0.52 0.15 340.36 0.69 0.52
Hex D9 31 68 0 4D 34 F 154 45 34
Octal 331 61 150 0 115 64 17 524 105 64
Binary 11011001 110001 1101000 0 1001101 110100 1111 101010100 1000101 110100

Color Harmonies of #D93168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93168

Black with #D93168

Text Example


Text Example

White with #D93168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93168; }

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

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

background-color css

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

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

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

border-color css

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

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

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