Html Css Color HEX #D93265 Cerise

📋 copy color: '#D93265'

red 217 ◦ green 50 ◦ blue 101

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

Shades of Cerise #D93265

Tints of Cerise #D93265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.45%

R = 58.97%
G = 13.59%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D93265 (or 0xD93265) is known color: Cerise. HEX triplet: D9, 32 and 65. RGB value is (217,50,101). Sum of RGB (Red+Green+Blue) = 217+50+101=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D93265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93265 is #26CD9A. Grayscale: #696969. Windows color (decimal): -2543003 or 6632153. OLE color: 6632153.

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

Color convert

RGB 217 50 101 -
CMYK 0 0.77 0.53 0.15
HSL 341.68º 0.69% 0.52% -
HSV(B) 341.68º 0.77% 0.85% -
XYZ 32.1 17.97 14.09 -
YUV 105.75 125.33 207.35 -
System Red Green Blue C M Y K H S L
Decimal 217 50 101 0 0.77 0.53 0.15 341.68 0.69 0.52
Hex D9 32 65 0 4D 35 F 156 45 34
Octal 331 62 145 0 115 65 17 526 105 64
Binary 11011001 110010 1100101 0 1001101 110101 1111 101010110 1000101 110100

Color Harmonies of #D93265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93265

Black with #D93265

Text Example


Text Example

White with #D93265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93265; }

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

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

background-color css

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

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

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

border-color css

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

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

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