Html Css Color HEX #D07684 Charm

📋 copy color: '#D07684'

red 208 ◦ green 118 ◦ blue 132

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

Shades of Charm #D07684

Tints of Charm #D07684

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.76%

 BLUE value IS 132 (51.95% from 255) = 28.82%

R = 45.41%
G = 25.76%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D07684 (or 0xD07684) is known color: Charm. HEX triplet: D0, 76 and 84. RGB value is (208,118,132). Sum of RGB (Red+Green+Blue) = 208+118+132=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D07684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07684 is #2F897B. Grayscale: #929292. Windows color (decimal): -3115388 or 8681168. OLE color: 8681168.

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

Color convert

RGB 208 118 132 -
CMYK 0 0.43 0.37 0.18
HSL 350.67º 0.49% 0.64% -
HSV(B) 350.67º 0.43% 0.82% -
XYZ 36.66 28.03 25.31 -
YUV 146.51 119.82 171.86 -
System Red Green Blue C M Y K H S L
Decimal 208 118 132 0 0.43 0.37 0.18 350.67 0.49 0.64
Hex D0 76 84 0 2B 25 12 15F 31 40
Octal 320 166 204 0 53 45 22 537 61 100
Binary 11010000 1110110 10000100 0 101011 100101 10010 101011111 110001 1000000

Color Harmonies of #D07684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07684

Black with #D07684

Text Example


Text Example

White with #D07684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07684; }

 p { color: rgb(208,118,132); }

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

background-color css

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

 a { background-color: rgb(208,118,132); }

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

border-color css

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

 span { border-color: rgb(208,118,132); }

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