Html Css Color HEX #D06B8B Charm

📋 copy color: '#D06B8B'

red 208 ◦ green 107 ◦ blue 139

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

Shades of Charm #D06B8B

Tints of Charm #D06B8B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.57%

 BLUE value IS 139 (54.69% from 255) = 30.62%

R = 45.81%
G = 23.57%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D06B8B (or 0xD06B8B) is known color: Charm. HEX triplet: D0, 6B and 8B. RGB value is (208,107,139). Sum of RGB (Red+Green+Blue) = 208+107+139=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D06B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06B8B is #2F9474. Grayscale: #8C8C8C. Windows color (decimal): -3118197 or 9137104. OLE color: 9137104.

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

Color convert

RGB 208 107 139 -
CMYK 0 0.49 0.33 0.18
HSL 340.99º 0.52% 0.62% -
HSV(B) 340.99º 0.49% 0.82% -
XYZ 35.93 25.79 27.51 -
YUV 140.85 126.96 175.9 -
System Red Green Blue C M Y K H S L
Decimal 208 107 139 0 0.49 0.33 0.18 340.99 0.52 0.62
Hex D0 6B 8B 0 31 21 12 155 34 3E
Octal 320 153 213 0 61 41 22 525 64 76
Binary 11010000 1101011 10001011 0 110001 100001 10010 101010101 110100 111110

Color Harmonies of #D06B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06B8B

Black with #D06B8B

Text Example


Text Example

White with #D06B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06B8B; }

 p { color: rgb(208,107,139); }

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

background-color css

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

 a { background-color: rgb(208,107,139); }

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

border-color css

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

 span { border-color: rgb(208,107,139); }

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