Html Css Color HEX #D27382 Charm

📋 copy color: '#D27382'

red 210 ◦ green 115 ◦ blue 130

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

Shades of Charm #D27382

Tints of Charm #D27382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.27%

 BLUE value IS 130 (51.17% from 255) = 28.57%

R = 46.15%
G = 25.27%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D27382 (or 0xD27382) is known color: Charm. HEX triplet: D2, 73 and 82. RGB value is (210,115,130). Sum of RGB (Red+Green+Blue) = 210+115+130=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D27382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27382 is #2D8C7D. Grayscale: #919191. Windows color (decimal): -2985086 or 8549330. OLE color: 8549330.

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

Color convert

RGB 210 115 130 -
CMYK 0 0.45 0.38 0.18
HSL 350.53º 0.51% 0.64% -
HSV(B) 350.53º 0.45% 0.82% -
XYZ 36.74 27.57 24.51 -
YUV 145.12 119.47 174.28 -
System Red Green Blue C M Y K H S L
Decimal 210 115 130 0 0.45 0.38 0.18 350.53 0.51 0.64
Hex D2 73 82 0 2D 26 12 15F 33 40
Octal 322 163 202 0 55 46 22 537 63 100
Binary 11010010 1110011 10000010 0 101101 100110 10010 101011111 110011 1000000

Color Harmonies of #D27382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27382

Black with #D27382

Text Example


Text Example

White with #D27382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27382; }

 p { color: rgb(210,115,130); }

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

background-color css

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

 a { background-color: rgb(210,115,130); }

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

border-color css

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

 span { border-color: rgb(210,115,130); }

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