Html Css Color HEX #D06883 Charm

📋 copy color: '#D06883'

red 208 ◦ green 104 ◦ blue 131

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

Shades of Charm #D06883

Tints of Charm #D06883

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.48%

 BLUE value IS 131 (51.56% from 255) = 29.57%

R = 46.95%
G = 23.48%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D06883 (or 0xD06883) is known color: Charm. HEX triplet: D0, 68 and 83. RGB value is (208,104,131). Sum of RGB (Red+Green+Blue) = 208+104+131=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D06883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06883 is #2F977C. Grayscale: #8A8A8A. Windows color (decimal): -3118973 or 8612048. OLE color: 8612048.

HSL color Cylindrical-coordinate representation of color #D06883: hue angle of 344.42º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06883 is Cyan = 0, Magento = 0.5, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 104 131 -
CMYK 0 0.5 0.37 0.18
HSL 344.42º 0.53% 0.61% -
HSV(B) 344.42º 0.5% 0.82% -
XYZ 35.06 24.95 24.44 -
YUV 138.17 123.96 177.8 -
System Red Green Blue C M Y K H S L
Decimal 208 104 131 0 0.5 0.37 0.18 344.42 0.53 0.61
Hex D0 68 83 0 32 25 12 158 35 3D
Octal 320 150 203 0 62 45 22 530 65 75
Binary 11010000 1101000 10000011 0 110010 100101 10010 101011000 110101 111101

Color Harmonies of #D06883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06883

Black with #D06883

Text Example


Text Example

White with #D06883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06883; }

 p { color: rgb(208,104,131); }

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

background-color css

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

 a { background-color: rgb(208,104,131); }

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

border-color css

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

 span { border-color: rgb(208,104,131); }

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