Html Css Color HEX #D07483 Charm

📋 copy color: '#D07483'

red 208 ◦ green 116 ◦ blue 131

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

Shades of Charm #D07483

Tints of Charm #D07483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.79%

R = 45.71%
G = 25.49%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D07483 (or 0xD07483) is known color: Charm. HEX triplet: D0, 74 and 83. RGB value is (208,116,131). Sum of RGB (Red+Green+Blue) = 208+116+131=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D07483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07483 is #2F8B7C. Grayscale: #919191. Windows color (decimal): -3115901 or 8615120. OLE color: 8615120.

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

Color convert

RGB 208 116 131 -
CMYK 0 0.44 0.37 0.18
HSL 350.22º 0.49% 0.64% -
HSV(B) 350.22º 0.44% 0.82% -
XYZ 36.35 27.54 24.87 -
YUV 145.22 119.98 172.78 -
System Red Green Blue C M Y K H S L
Decimal 208 116 131 0 0.44 0.37 0.18 350.22 0.49 0.64
Hex D0 74 83 0 2C 25 12 15E 31 40
Octal 320 164 203 0 54 45 22 536 61 100
Binary 11010000 1110100 10000011 0 101100 100101 10010 101011110 110001 1000000

Color Harmonies of #D07483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07483

Black with #D07483

Text Example


Text Example

White with #D07483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07483; }

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

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

background-color css

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

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

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

border-color css

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

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

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