Html Css Color HEX #D28384 Charm

📋 copy color: '#D28384'

red 210 ◦ green 131 ◦ blue 132

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

Shades of Charm #D28384

Tints of Charm #D28384

RGB

 RED value IS 210 (82.42% from 255) = 44.4%

 GREEN value IS 131 (51.56% from 255) = 27.7%

 BLUE value IS 132 (51.95% from 255) = 27.91%

R = 44.4%
G = 27.7%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D28384 (or 0xD28384) is known color: Charm. HEX triplet: D2, 83 and 84. RGB value is (210,131,132). Sum of RGB (Red+Green+Blue) = 210+131+132=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D28384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28384 is #2D7C7B. Grayscale: #9A9A9A. Windows color (decimal): -2980988 or 8684498. OLE color: 8684498.

HSL color Cylindrical-coordinate representation of color #D28384: hue angle of 359.24º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D28384 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 131 132 -
CMYK 0 0.38 0.37 0.18
HSL 359.24º 0.47% 0.67% -
HSV(B) 359.24º 0.38% 0.82% -
XYZ 38.86 31.6 25.88 -
YUV 154.74 115.17 167.42 -
System Red Green Blue C M Y K H S L
Decimal 210 131 132 0 0.38 0.37 0.18 359.24 0.47 0.67
Hex D2 83 84 0 26 25 12 167 2F 43
Octal 322 203 204 0 46 45 22 547 57 103
Binary 11010010 10000011 10000100 0 100110 100101 10010 101100111 101111 1000011

Color Harmonies of #D28384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28384

Black with #D28384

Text Example


Text Example

White with #D28384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28384; }

 p { color: rgb(210,131,132); }

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

background-color css

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

 a { background-color: rgb(210,131,132); }

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

border-color css

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

 span { border-color: rgb(210,131,132); }

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