Html Css Color HEX #D93F65 Cerise

📋 copy color: '#D93F65'

red 217 ◦ green 63 ◦ blue 101

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

Shades of Cerise #D93F65

Tints of Cerise #D93F65

RGB

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

 GREEN value IS 63 (25% from 255) = 16.54%

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

R = 56.96%
G = 16.54%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D93F65 (or 0xD93F65) is known color: Cerise. HEX triplet: D9, 3F and 65. RGB value is (217,63,101). Sum of RGB (Red+Green+Blue) = 217+63+101=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93F65 is #26C09A. Grayscale: #717171. Windows color (decimal): -2539675 or 6635481. OLE color: 6635481.

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

Color convert

RGB 217 63 101 -
CMYK 0 0.71 0.53 0.15
HSL 345.19º 0.67% 0.55% -
HSV(B) 345.19º 0.71% 0.85% -
XYZ 32.74 19.25 14.3 -
YUV 113.38 121.02 201.91 -
System Red Green Blue C M Y K H S L
Decimal 217 63 101 0 0.71 0.53 0.15 345.19 0.67 0.55
Hex D9 3F 65 0 47 35 F 159 43 37
Octal 331 77 145 0 107 65 17 531 103 67
Binary 11011001 111111 1100101 0 1000111 110101 1111 101011001 1000011 110111

Color Harmonies of #D93F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93F65

Black with #D93F65

Text Example


Text Example

White with #D93F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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