Html Css Color HEX #D07481 Charm

📋 copy color: '#D07481'

red 208 ◦ green 116 ◦ blue 129

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

Shades of Charm #D07481

Tints of Charm #D07481

RGB

 RED value IS 208 (81.64% from 255) = 45.92%

 GREEN value IS 116 (45.7% from 255) = 25.61%

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

R = 45.92%
G = 25.61%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D07481 (or 0xD07481) is known color: Charm. HEX triplet: D0, 74 and 81. RGB value is (208,116,129). Sum of RGB (Red+Green+Blue) = 208+116+129=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D07481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07481 is #2F8B7E. Grayscale: #919191. Windows color (decimal): -3115903 or 8484048. OLE color: 8484048.

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

Color convert

RGB 208 116 129 -
CMYK 0 0.44 0.38 0.18
HSL 351.52º 0.49% 0.64% -
HSV(B) 351.52º 0.44% 0.82% -
XYZ 36.22 27.49 24.17 -
YUV 144.99 118.98 172.94 -
System Red Green Blue C M Y K H S L
Decimal 208 116 129 0 0.44 0.38 0.18 351.52 0.49 0.64
Hex D0 74 81 0 2C 26 12 160 31 40
Octal 320 164 201 0 54 46 22 540 61 100
Binary 11010000 1110100 10000001 0 101100 100110 10010 101100000 110001 1000000

Color Harmonies of #D07481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07481

Black with #D07481

Text Example


Text Example

White with #D07481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07481; }

 p { color: rgb(208,116,129); }

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

background-color css

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

 a { background-color: rgb(208,116,129); }

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

border-color css

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

 span { border-color: rgb(208,116,129); }

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