Html Css Color HEX #D07A92 Charm

📋 copy color: '#D07A92'

red 208 ◦ green 122 ◦ blue 146

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

Shades of Charm #D07A92

Tints of Charm #D07A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.67%

R = 43.7%
G = 25.63%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D07A92 (or 0xD07A92) is known color: Charm. HEX triplet: D0, 7A and 92. RGB value is (208,122,146). Sum of RGB (Red+Green+Blue) = 208+122+146=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07A92 is #2F856D. Grayscale: #969696. Windows color (decimal): -3114350 or 9599696. OLE color: 9599696.

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

Color convert

RGB 208 122 146 -
CMYK 0 0.41 0.30 0.18
HSL 343.26º 0.48% 0.65% -
HSV(B) 343.26º 0.41% 0.82% -
XYZ 38.16 29.4 30.86 -
YUV 150.45 125.49 169.05 -
System Red Green Blue C M Y K H S L
Decimal 208 122 146 0 0.41 0.30 0.18 343.26 0.48 0.65
Hex D0 7A 92 0 29 1E 12 157 30 41
Octal 320 172 222 0 51 36 22 527 60 101
Binary 11010000 1111010 10010010 0 101001 11110 10010 101010111 110000 1000001

Color Harmonies of #D07A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07A92

Black with #D07A92

Text Example


Text Example

White with #D07A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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