Html Css Color HEX #D93365 Cerise

📋 copy color: '#D93365'

red 217 ◦ green 51 ◦ blue 101

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

Shades of Cerise #D93365

Tints of Cerise #D93365

RGB

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

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

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

R = 58.81%
G = 13.82%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D93365 (or 0xD93365) is known color: Cerise. HEX triplet: D9, 33 and 65. RGB value is (217,51,101). Sum of RGB (Red+Green+Blue) = 217+51+101=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D93365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93365 is #26CC9A. Grayscale: #6A6A6A. Windows color (decimal): -2542747 or 6632409. OLE color: 6632409.

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

Color convert

RGB 217 51 101 -
CMYK 0 0.76 0.53 0.15
HSL 341.93º 0.69% 0.53% -
HSV(B) 341.93º 0.76% 0.85% -
XYZ 32.15 18.06 14.1 -
YUV 106.33 125 206.93 -
System Red Green Blue C M Y K H S L
Decimal 217 51 101 0 0.76 0.53 0.15 341.93 0.69 0.53
Hex D9 33 65 0 4C 35 F 156 45 35
Octal 331 63 145 0 114 65 17 526 105 65
Binary 11011001 110011 1100101 0 1001100 110101 1111 101010110 1000101 110101

Color Harmonies of #D93365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93365

Black with #D93365

Text Example


Text Example

White with #D93365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93365; }

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

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

background-color css

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

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

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

border-color css

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

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

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