Html Css Color HEX #D27D81 Charm

📋 copy color: '#D27D81'

red 210 ◦ green 125 ◦ blue 129

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

Shades of Charm #D27D81

Tints of Charm #D27D81

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.94%

 BLUE value IS 129 (50.78% from 255) = 27.8%

R = 45.26%
G = 26.94%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D27D81 (or 0xD27D81) is known color: Charm. HEX triplet: D2, 7D and 81. RGB value is (210,125,129). Sum of RGB (Red+Green+Blue) = 210+125+129=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27D81 is #2D827E. Grayscale: #969696. Windows color (decimal): -2982527 or 8486354. OLE color: 8486354.

HSL color Cylindrical-coordinate representation of color #D27D81: hue angle of 357.18º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27D81 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 125 129 -
CMYK 0 0.40 0.39 0.18
HSL 357.18º 0.49% 0.66% -
HSV(B) 357.18º 0.4% 0.82% -
XYZ 37.87 29.95 24.55 -
YUV 150.87 115.66 170.17 -
System Red Green Blue C M Y K H S L
Decimal 210 125 129 0 0.40 0.39 0.18 357.18 0.49 0.66
Hex D2 7D 81 0 28 27 12 165 31 42
Octal 322 175 201 0 50 47 22 545 61 102
Binary 11010010 1111101 10000001 0 101000 100111 10010 101100101 110001 1000010

Color Harmonies of #D27D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27D81

Black with #D27D81

Text Example


Text Example

White with #D27D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27D81; }

 p { color: rgb(210,125,129); }

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

background-color css

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

 a { background-color: rgb(210,125,129); }

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

border-color css

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

 span { border-color: rgb(210,125,129); }

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