Html Css Color HEX #D93268 Cerise

📋 copy color: '#D93268'

red 217 ◦ green 50 ◦ blue 104

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

Shades of Cerise #D93268

Tints of Cerise #D93268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.48%

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

R = 58.49%
G = 13.48%
B = 28.03%

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

#D93268 (or 0xD93268) is known color: Cerise. HEX triplet: D9, 32 and 68. RGB value is (217,50,104). Sum of RGB (Red+Green+Blue) = 217+50+104=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D93268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93268 is #26CD97. Grayscale: #6A6A6A. Windows color (decimal): -2543000 or 6828761. OLE color: 6828761.

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

Color convert

RGB 217 50 104 -
CMYK 0 0.77 0.52 0.15
HSL 340.6º 0.69% 0.52% -
HSV(B) 340.6º 0.77% 0.85% -
XYZ 32.25 18.03 14.88 -
YUV 106.09 126.83 207.11 -
System Red Green Blue C M Y K H S L
Decimal 217 50 104 0 0.77 0.52 0.15 340.6 0.69 0.52
Hex D9 32 68 0 4D 34 F 155 45 34
Octal 331 62 150 0 115 64 17 525 105 64
Binary 11011001 110010 1101000 0 1001101 110100 1111 101010101 1000101 110100

Color Harmonies of #D93268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93268

Black with #D93268

Text Example


Text Example

White with #D93268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93268; }

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

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

background-color css

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

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

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

border-color css

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

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

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