Html Css Color HEX #D07491 Charm

📋 copy color: '#D07491'

red 208 ◦ green 116 ◦ blue 145

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

Shades of Charm #D07491

Tints of Charm #D07491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.92%

R = 44.35%
G = 24.73%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D07491 (or 0xD07491) is known color: Charm. HEX triplet: D0, 74 and 91. RGB value is (208,116,145). Sum of RGB (Red+Green+Blue) = 208+116+145=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D07491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07491 is #2F8B6E. Grayscale: #929292. Windows color (decimal): -3115887 or 9532624. OLE color: 9532624.

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

Color convert

RGB 208 116 145 -
CMYK 0 0.44 0.30 0.18
HSL 341.09º 0.49% 0.64% -
HSV(B) 341.09º 0.44% 0.82% -
XYZ 37.37 27.95 30.21 -
YUV 146.81 126.98 171.64 -
System Red Green Blue C M Y K H S L
Decimal 208 116 145 0 0.44 0.30 0.18 341.09 0.49 0.64
Hex D0 74 91 0 2C 1E 12 155 31 40
Octal 320 164 221 0 54 36 22 525 61 100
Binary 11010000 1110100 10010001 0 101100 11110 10010 101010101 110001 1000000

Color Harmonies of #D07491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07491

Black with #D07491

Text Example


Text Example

White with #D07491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07491; }

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

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

background-color css

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

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

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

border-color css

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

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

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