Html Css Color HEX #D07490 Charm

📋 copy color: '#D07490'

red 208 ◦ green 116 ◦ blue 144

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

Shades of Charm #D07490

Tints of Charm #D07490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.79%

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

R = 44.44%
G = 24.79%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D07490 (or 0xD07490) is known color: Charm. HEX triplet: D0, 74 and 90. RGB value is (208,116,144). Sum of RGB (Red+Green+Blue) = 208+116+144=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D07490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07490 is #2F8B6F. Grayscale: #929292. Windows color (decimal): -3115888 or 9467088. OLE color: 9467088.

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

Color convert

RGB 208 116 144 -
CMYK 0 0.44 0.31 0.18
HSL 341.74º 0.49% 0.64% -
HSV(B) 341.74º 0.44% 0.82% -
XYZ 37.29 27.91 29.81 -
YUV 146.7 126.48 171.72 -
System Red Green Blue C M Y K H S L
Decimal 208 116 144 0 0.44 0.31 0.18 341.74 0.49 0.64
Hex D0 74 90 0 2C 1F 12 156 31 40
Octal 320 164 220 0 54 37 22 526 61 100
Binary 11010000 1110100 10010000 0 101100 11111 10010 101010110 110001 1000000

Color Harmonies of #D07490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07490

Black with #D07490

Text Example


Text Example

White with #D07490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07490; }

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

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

background-color css

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

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

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

border-color css

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

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

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