Html Css Color HEX #DA9E8A Rose

📋 copy color: '#DA9E8A'

red 218 ◦ green 158 ◦ blue 138

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

Shades of Rose #DA9E8A

Tints of Rose #DA9E8A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.74%

 BLUE value IS 138 (54.3% from 255) = 26.85%

R = 42.41%
G = 30.74%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA9E8A (or 0xDA9E8A) is known color: Rose. HEX triplet: DA, 9E and 8A. RGB value is (218,158,138). Sum of RGB (Red+Green+Blue) = 218+158+138=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9E8A is #256175. Grayscale: #ADADAD. Windows color (decimal): -2449782 or 9084634. OLE color: 9084634.

HSL color Cylindrical-coordinate representation of color #DA9E8A: hue angle of 15º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA9E8A is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 158 138 -
CMYK 0 0.28 0.37 0.15
HSL 15º 0.52% 0.7% -
HSV(B) 15º 0.37% 0.85% -
XYZ 45.73 41.19 29.59 -
YUV 173.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 218 158 138 0 0.28 0.37 0.15 15 0.52 0.7
Hex DA 9E 8A 0 1C 25 F F 34 46
Octal 332 236 212 0 34 45 17 17 64 106
Binary 11011010 10011110 10001010 0 11100 100101 1111 1111 110100 1000110

Color Harmonies of #DA9E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9E8A

Black with #DA9E8A

Text Example


Text Example

White with #DA9E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9E8A; }

 p { color: rgb(218,158,138); }

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

background-color css

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

 a { background-color: rgb(218,158,138); }

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

border-color css

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

 span { border-color: rgb(218,158,138); }

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