Html Css Color HEX #D0758F Charm

📋 copy color: '#D0758F'

red 208 ◦ green 117 ◦ blue 143

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

Shades of Charm #D0758F

Tints of Charm #D0758F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25%

 BLUE value IS 143 (56.25% from 255) = 30.56%

R = 44.44%
G = 25%
B = 30.56%

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

#D0758F (or 0xD0758F) is known color: Charm. HEX triplet: D0, 75 and 8F. RGB value is (208,117,143). Sum of RGB (Red+Green+Blue) = 208+117+143=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0758F is #2F8A70. Grayscale: #939393. Windows color (decimal): -3115633 or 9401808. OLE color: 9401808.

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

Color convert

RGB 208 117 143 -
CMYK 0 0.44 0.31 0.18
HSL 342.86º 0.49% 0.64% -
HSV(B) 342.86º 0.44% 0.82% -
XYZ 37.33 28.12 29.45 -
YUV 147.17 125.65 171.39 -
System Red Green Blue C M Y K H S L
Decimal 208 117 143 0 0.44 0.31 0.18 342.86 0.49 0.64
Hex D0 75 8F 0 2C 1F 12 157 31 40
Octal 320 165 217 0 54 37 22 527 61 100
Binary 11010000 1110101 10001111 0 101100 11111 10010 101010111 110001 1000000

Color Harmonies of #D0758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0758F

Black with #D0758F

Text Example


Text Example

White with #D0758F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0758F; }

 p { color: rgb(208,117,143); }

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

background-color css

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

 a { background-color: rgb(208,117,143); }

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

border-color css

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

 span { border-color: rgb(208,117,143); }

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