Html Css Color HEX #D06385 Charm

📋 copy color: '#D06385'

red 208 ◦ green 99 ◦ blue 133

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

Shades of Charm #D06385

Tints of Charm #D06385

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.5%

 BLUE value IS 133 (52.34% from 255) = 30.23%

R = 47.27%
G = 22.5%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D06385 (or 0xD06385) is known color: Charm. HEX triplet: D0, 63 and 85. RGB value is (208,99,133). Sum of RGB (Red+Green+Blue) = 208+99+133=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D06385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06385 is #2F9C7A. Grayscale: #878787. Windows color (decimal): -3120251 or 8741840. OLE color: 8741840.

HSL color Cylindrical-coordinate representation of color #D06385: hue angle of 341.28º degrees, saturation: 0.54, 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 #D06385 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 99 133 -
CMYK 0 0.52 0.36 0.18
HSL 341.28º 0.54% 0.6% -
HSV(B) 341.28º 0.52% 0.82% -
XYZ 34.71 24.03 25 -
YUV 135.47 126.61 179.74 -
System Red Green Blue C M Y K H S L
Decimal 208 99 133 0 0.52 0.36 0.18 341.28 0.54 0.6
Hex D0 63 85 0 34 24 12 155 36 3C
Octal 320 143 205 0 64 44 22 525 66 74
Binary 11010000 1100011 10000101 0 110100 100100 10010 101010101 110110 111100

Color Harmonies of #D06385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06385

Black with #D06385

Text Example


Text Example

White with #D06385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06385; }

 p { color: rgb(208,99,133); }

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

background-color css

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

 a { background-color: rgb(208,99,133); }

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

border-color css

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

 span { border-color: rgb(208,99,133); }

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