Html Css Color HEX #D06B83 Charm

📋 copy color: '#D06B83'

red 208 ◦ green 107 ◦ blue 131

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

Shades of Charm #D06B83

Tints of Charm #D06B83

RGB

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

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

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

R = 46.64%
G = 23.99%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D06B83 (or 0xD06B83) is known color: Charm. HEX triplet: D0, 6B and 83. RGB value is (208,107,131). Sum of RGB (Red+Green+Blue) = 208+107+131=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D06B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06B83 is #2F947C. Grayscale: #8B8B8B. Windows color (decimal): -3118205 or 8612816. OLE color: 8612816.

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

Color convert

RGB 208 107 131 -
CMYK 0 0.49 0.37 0.18
HSL 345.74º 0.52% 0.62% -
HSV(B) 345.74º 0.49% 0.82% -
XYZ 35.37 25.56 24.54 -
YUV 139.94 122.96 176.55 -
System Red Green Blue C M Y K H S L
Decimal 208 107 131 0 0.49 0.37 0.18 345.74 0.52 0.62
Hex D0 6B 83 0 31 25 12 15A 34 3E
Octal 320 153 203 0 61 45 22 532 64 76
Binary 11010000 1101011 10000011 0 110001 100101 10010 101011010 110100 111110

Color Harmonies of #D06B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06B83

Black with #D06B83

Text Example


Text Example

White with #D06B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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