Html Css Color HEX #D06483 Charm

📋 copy color: '#D06483'

red 208 ◦ green 100 ◦ blue 131

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

Shades of Charm #D06483

Tints of Charm #D06483

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.78%

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

R = 47.38%
G = 22.78%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D06483 (or 0xD06483) is known color: Charm. HEX triplet: D0, 64 and 83. RGB value is (208,100,131). Sum of RGB (Red+Green+Blue) = 208+100+131=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D06483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06483 is #2F9B7C. Grayscale: #878787. Windows color (decimal): -3119997 or 8611024. OLE color: 8611024.

HSL color Cylindrical-coordinate representation of color #D06483: hue angle of 342.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06483 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 100 131 -
CMYK 0 0.52 0.37 0.18
HSL 342.78º 0.53% 0.6% -
HSV(B) 342.78º 0.52% 0.82% -
XYZ 34.67 24.16 24.31 -
YUV 135.83 125.28 179.48 -
System Red Green Blue C M Y K H S L
Decimal 208 100 131 0 0.52 0.37 0.18 342.78 0.53 0.6
Hex D0 64 83 0 34 25 12 157 35 3C
Octal 320 144 203 0 64 45 22 527 65 74
Binary 11010000 1100100 10000011 0 110100 100101 10010 101010111 110101 111100

Color Harmonies of #D06483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06483

Black with #D06483

Text Example


Text Example

White with #D06483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06483; }

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

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

background-color css

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

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

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

border-color css

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

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

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