Html Css Color HEX #D26380 Charm

📋 copy color: '#D26380'

red 210 ◦ green 99 ◦ blue 128

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

Shades of Charm #D26380

Tints of Charm #D26380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.29%

R = 48.05%
G = 22.65%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D26380 (or 0xD26380) is known color: Charm. HEX triplet: D2, 63 and 80. RGB value is (210,99,128). Sum of RGB (Red+Green+Blue) = 210+99+128=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D26380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26380 is #2D9C7F. Grayscale: #878787. Windows color (decimal): -2989184 or 8414162. OLE color: 8414162.

HSL color Cylindrical-coordinate representation of color #D26380: hue angle of 344.32º 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 #D26380 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 99 128 -
CMYK 0 0.53 0.39 0.18
HSL 344.32º 0.55% 0.61% -
HSV(B) 344.32º 0.53% 0.82% -
XYZ 34.94 24.18 23.25 -
YUV 135.5 123.77 181.14 -
System Red Green Blue C M Y K H S L
Decimal 210 99 128 0 0.53 0.39 0.18 344.32 0.55 0.61
Hex D2 63 80 0 35 27 12 158 37 3D
Octal 322 143 200 0 65 47 22 530 67 75
Binary 11010010 1100011 10000000 0 110101 100111 10010 101011000 110111 111101

Color Harmonies of #D26380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26380

Black with #D26380

Text Example


Text Example

White with #D26380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26380; }

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

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

background-color css

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

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

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

border-color css

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

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

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