Html Css Color HEX #D27280 Charm

📋 copy color: '#D27280'

red 210 ◦ green 114 ◦ blue 128

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

Shades of Charm #D27280

Tints of Charm #D27280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.22%

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

R = 46.46%
G = 25.22%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D27280 (or 0xD27280) is known color: Charm. HEX triplet: D2, 72 and 80. RGB value is (210,114,128). Sum of RGB (Red+Green+Blue) = 210+114+128=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D27280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27280 is #2D8D7F. Grayscale: #909090. Windows color (decimal): -2985344 or 8418002. OLE color: 8418002.

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

Color convert

RGB 210 114 128 -
CMYK 0 0.46 0.39 0.18
HSL 351.25º 0.52% 0.64% -
HSV(B) 351.25º 0.46% 0.82% -
XYZ 36.49 27.29 23.77 -
YUV 144.3 118.8 174.86 -
System Red Green Blue C M Y K H S L
Decimal 210 114 128 0 0.46 0.39 0.18 351.25 0.52 0.64
Hex D2 72 80 0 2E 27 12 15F 34 40
Octal 322 162 200 0 56 47 22 537 64 100
Binary 11010010 1110010 10000000 0 101110 100111 10010 101011111 110100 1000000

Color Harmonies of #D27280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27280

Black with #D27280

Text Example


Text Example

White with #D27280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27280; }

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

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

background-color css

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

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

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

border-color css

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

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

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