Html Css Color HEX #DA748B Charm

📋 copy color: '#DA748B'

red 218 ◦ green 116 ◦ blue 139

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

Shades of Charm #DA748B

Tints of Charm #DA748B

RGB

 RED value IS 218 (85.55% from 255) = 46.09%

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

 BLUE value IS 139 (54.69% from 255) = 29.39%

R = 46.09%
G = 24.52%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA748B (or 0xDA748B) is known color: Charm. HEX triplet: DA, 74 and 8B. RGB value is (218,116,139). Sum of RGB (Red+Green+Blue) = 218+116+139=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA748B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA748B is #258B74. Grayscale: #959595. Windows color (decimal): -2460533 or 9139418. OLE color: 9139418.

HSL color Cylindrical-coordinate representation of color #DA748B: hue angle of 346.47º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA748B is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 116 139 -
CMYK 0 0.47 0.36 0.15
HSL 346.47º 0.58% 0.65% -
HSV(B) 346.47º 0.47% 0.85% -
XYZ 39.82 29.26 27.98 -
YUV 149.12 122.29 177.13 -
System Red Green Blue C M Y K H S L
Decimal 218 116 139 0 0.47 0.36 0.15 346.47 0.58 0.65
Hex DA 74 8B 0 2F 24 F 15A 3A 41
Octal 332 164 213 0 57 44 17 532 72 101
Binary 11011010 1110100 10001011 0 101111 100100 1111 101011010 111010 1000001

Color Harmonies of #DA748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA748B

Black with #DA748B

Text Example


Text Example

White with #DA748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA748B; }

 p { color: rgb(218,116,139); }

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

background-color css

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

 a { background-color: rgb(218,116,139); }

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

border-color css

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

 span { border-color: rgb(218,116,139); }

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