Html Css Color HEX #D93368 Cerise

📋 copy color: '#D93368'

red 217 ◦ green 51 ◦ blue 104

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

Shades of Cerise #D93368

Tints of Cerise #D93368

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.71%

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

R = 58.33%
G = 13.71%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D93368 (or 0xD93368) is known color: Cerise. HEX triplet: D9, 33 and 68. RGB value is (217,51,104). Sum of RGB (Red+Green+Blue) = 217+51+104=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D93368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93368 is #26CC97. Grayscale: #6A6A6A. Windows color (decimal): -2542744 or 6829017. OLE color: 6829017.

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

Color convert

RGB 217 51 104 -
CMYK 0 0.76 0.52 0.15
HSL 340.84º 0.69% 0.53% -
HSV(B) 340.84º 0.76% 0.85% -
XYZ 32.3 18.12 14.89 -
YUV 106.68 126.5 206.69 -
System Red Green Blue C M Y K H S L
Decimal 217 51 104 0 0.76 0.52 0.15 340.84 0.69 0.53
Hex D9 33 68 0 4C 34 F 155 45 35
Octal 331 63 150 0 114 64 17 525 105 65
Binary 11011001 110011 1101000 0 1001100 110100 1111 101010101 1000101 110101

Color Harmonies of #D93368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93368

Black with #D93368

Text Example


Text Example

White with #D93368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93368; }

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

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

background-color css

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

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

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

border-color css

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

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

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