Html Css Color HEX #D06A7D Charm

📋 copy color: '#D06A7D'

red 208 ◦ green 106 ◦ blue 125

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

Shades of Charm #D06A7D

Tints of Charm #D06A7D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.15%

 BLUE value IS 125 (49.22% from 255) = 28.47%

R = 47.38%
G = 24.15%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D06A7D (or 0xD06A7D) is known color: Charm. HEX triplet: D0, 6A and 7D. RGB value is (208,106,125). Sum of RGB (Red+Green+Blue) = 208+106+125=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06A7D is #2F9582. Grayscale: #8A8A8A. Windows color (decimal): -3118467 or 8219344. OLE color: 8219344.

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

Color convert

RGB 208 106 125 -
CMYK 0 0.49 0.40 0.18
HSL 348.82º 0.52% 0.62% -
HSV(B) 348.82º 0.49% 0.82% -
XYZ 34.87 25.2 22.43 -
YUV 138.66 120.29 177.46 -
System Red Green Blue C M Y K H S L
Decimal 208 106 125 0 0.49 0.40 0.18 348.82 0.52 0.62
Hex D0 6A 7D 0 31 28 12 15D 34 3E
Octal 320 152 175 0 61 50 22 535 64 76
Binary 11010000 1101010 1111101 0 110001 101000 10010 101011101 110100 111110

Color Harmonies of #D06A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06A7D

Black with #D06A7D

Text Example


Text Example

White with #D06A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06A7D; }

 p { color: rgb(208,106,125); }

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

background-color css

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

 a { background-color: rgb(208,106,125); }

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

border-color css

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

 span { border-color: rgb(208,106,125); }

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