Html Css Color HEX #D07A8D Charm

📋 copy color: '#D07A8D'

red 208 ◦ green 122 ◦ blue 141

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

Shades of Charm #D07A8D

Tints of Charm #D07A8D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.9%

 BLUE value IS 141 (55.47% from 255) = 29.94%

R = 44.16%
G = 25.9%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D07A8D (or 0xD07A8D) is known color: Charm. HEX triplet: D0, 7A and 8D. RGB value is (208,122,141). Sum of RGB (Red+Green+Blue) = 208+122+141=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07A8D is #2F8572. Grayscale: #959595. Windows color (decimal): -3114355 or 9272016. OLE color: 9272016.

HSL color Cylindrical-coordinate representation of color #D07A8D: hue angle of 346.74º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D07A8D is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 122 141 -
CMYK 0 0.41 0.32 0.18
HSL 346.74º 0.48% 0.65% -
HSV(B) 346.74º 0.41% 0.82% -
XYZ 37.78 29.25 28.85 -
YUV 149.88 122.99 169.46 -
System Red Green Blue C M Y K H S L
Decimal 208 122 141 0 0.41 0.32 0.18 346.74 0.48 0.65
Hex D0 7A 8D 0 29 20 12 15B 30 41
Octal 320 172 215 0 51 40 22 533 60 101
Binary 11010000 1111010 10001101 0 101001 100000 10010 101011011 110000 1000001

Color Harmonies of #D07A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07A8D

Black with #D07A8D

Text Example


Text Example

White with #D07A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07A8D; }

 p { color: rgb(208,122,141); }

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

background-color css

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

 a { background-color: rgb(208,122,141); }

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

border-color css

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

 span { border-color: rgb(208,122,141); }

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