Html Css Color HEX #D26382 Charm

📋 copy color: '#D26382'

red 210 ◦ green 99 ◦ blue 130

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

Shades of Charm #D26382

Tints of Charm #D26382

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.55%

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

R = 47.84%
G = 22.55%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D26382 (or 0xD26382) is known color: Charm. HEX triplet: D2, 63 and 82. RGB value is (210,99,130). Sum of RGB (Red+Green+Blue) = 210+99+130=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D26382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26382 is #2D9C7D. Grayscale: #878787. Windows color (decimal): -2989182 or 8545234. OLE color: 8545234.

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

Color convert

RGB 210 99 130 -
CMYK 0 0.53 0.38 0.18
HSL 343.24º 0.55% 0.61% -
HSV(B) 343.24º 0.53% 0.82% -
XYZ 35.07 24.24 23.95 -
YUV 135.72 124.77 180.98 -
System Red Green Blue C M Y K H S L
Decimal 210 99 130 0 0.53 0.38 0.18 343.24 0.55 0.61
Hex D2 63 82 0 35 26 12 157 37 3D
Octal 322 143 202 0 65 46 22 527 67 75
Binary 11010010 1100011 10000010 0 110101 100110 10010 101010111 110111 111101

Color Harmonies of #D26382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26382

Black with #D26382

Text Example


Text Example

White with #D26382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26382; }

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

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

background-color css

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

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

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

border-color css

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

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

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