Html Css Color HEX #D07A8A Charm

📋 copy color: '#D07A8A'

red 208 ◦ green 122 ◦ blue 138

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

Shades of Charm #D07A8A

Tints of Charm #D07A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.49%

R = 44.44%
G = 26.07%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D07A8A (or 0xD07A8A) is known color: Charm. HEX triplet: D0, 7A and 8A. RGB value is (208,122,138). Sum of RGB (Red+Green+Blue) = 208+122+138=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07A8A is #2F8575. Grayscale: #959595. Windows color (decimal): -3114358 or 9075408. OLE color: 9075408.

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

Color convert

RGB 208 122 138 -
CMYK 0 0.41 0.34 0.18
HSL 348.84º 0.48% 0.65% -
HSV(B) 348.84º 0.41% 0.82% -
XYZ 37.56 29.16 27.69 -
YUV 149.54 121.49 169.7 -
System Red Green Blue C M Y K H S L
Decimal 208 122 138 0 0.41 0.34 0.18 348.84 0.48 0.65
Hex D0 7A 8A 0 29 22 12 15D 30 41
Octal 320 172 212 0 51 42 22 535 60 101
Binary 11010000 1111010 10001010 0 101001 100010 10010 101011101 110000 1000001

Color Harmonies of #D07A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07A8A

Black with #D07A8A

Text Example


Text Example

White with #D07A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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