Html Css Color HEX #D56285 Charm

📋 copy color: '#D56285'

red 213 ◦ green 98 ◦ blue 133

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

Shades of Charm #D56285

Tints of Charm #D56285

RGB

 RED value IS 213 (83.59% from 255) = 47.97%

 GREEN value IS 98 (38.67% from 255) = 22.07%

 BLUE value IS 133 (52.34% from 255) = 29.95%

R = 47.97%
G = 22.07%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D56285 (or 0xD56285) is known color: Charm. HEX triplet: D5, 62 and 85. RGB value is (213,98,133). Sum of RGB (Red+Green+Blue) = 213+98+133=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D56285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56285 is #2A9D7A. Grayscale: #888888. Windows color (decimal): -2792827 or 8741589. OLE color: 8741589.

HSL color Cylindrical-coordinate representation of color #D56285: hue angle of 341.74º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D56285 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 98 133 -
CMYK 0 0.54 0.38 0.16
HSL 341.74º 0.58% 0.61% -
HSV(B) 341.74º 0.54% 0.84% -
XYZ 36.04 24.57 25.03 -
YUV 136.38 126.1 182.65 -
System Red Green Blue C M Y K H S L
Decimal 213 98 133 0 0.54 0.38 0.16 341.74 0.58 0.61
Hex D5 62 85 0 36 26 10 156 3A 3D
Octal 325 142 205 0 66 46 20 526 72 75
Binary 11010101 1100010 10000101 0 110110 100110 10000 101010110 111010 111101

Color Harmonies of #D56285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56285

Black with #D56285

Text Example


Text Example

White with #D56285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56285; }

 p { color: rgb(213,98,133); }

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

background-color css

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

 a { background-color: rgb(213,98,133); }

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

border-color css

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

 span { border-color: rgb(213,98,133); }

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