Html Css Color HEX #D07690 Charm

📋 copy color: '#D07690'

red 208 ◦ green 118 ◦ blue 144

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

Shades of Charm #D07690

Tints of Charm #D07690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.64%

R = 44.26%
G = 25.11%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D07690 (or 0xD07690) is known color: Charm. HEX triplet: D0, 76 and 90. RGB value is (208,118,144). Sum of RGB (Red+Green+Blue) = 208+118+144=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D07690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07690 is #2F896F. Grayscale: #939393. Windows color (decimal): -3115376 or 9467600. OLE color: 9467600.

HSL color Cylindrical-coordinate representation of color #D07690: hue angle of 342.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 #D07690 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 118 144 -
CMYK 0 0.43 0.31 0.18
HSL 342.67º 0.49% 0.64% -
HSV(B) 342.67º 0.43% 0.82% -
XYZ 37.52 28.38 29.89 -
YUV 147.87 125.82 170.89 -
System Red Green Blue C M Y K H S L
Decimal 208 118 144 0 0.43 0.31 0.18 342.67 0.49 0.64
Hex D0 76 90 0 2B 1F 12 157 31 40
Octal 320 166 220 0 53 37 22 527 61 100
Binary 11010000 1110110 10010000 0 101011 11111 10010 101010111 110001 1000000

Color Harmonies of #D07690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07690

Black with #D07690

Text Example


Text Example

White with #D07690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07690; }

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

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

background-color css

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

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

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

border-color css

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

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

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