Html Css Color HEX #DA8ADF Plum

📋 copy color: '#DA8ADF'

red 218 ◦ green 138 ◦ blue 223

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

Shades of Plum #DA8ADF

Tints of Plum #DA8ADF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.83%

 BLUE value IS 223 (87.5% from 255) = 38.51%

R = 37.65%
G = 23.83%
B = 38.51%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA8ADF (or 0xDA8ADF) is known color: Plum. HEX triplet: DA, 8A and DF. RGB value is (218,138,223). Sum of RGB (Red+Green+Blue) = 218+138+223=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 138 (54.30% from 255 or 23.83% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA8ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8ADF is #257520. Grayscale: #ABABAB. Windows color (decimal): -2454817 or 14650074. OLE color: 14650074.

HSL color Cylindrical-coordinate representation of color #DA8ADF: hue angle of 296.47º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA8ADF is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 138 223 -
CMYK 0.02 0.38 0 0.13
HSL 296.47º 0.57% 0.71% -
HSV(B) 296.47º 0.38% 0.87% -
XYZ 51.32 38.41 74.52 -
YUV 171.61 157 161.09 -
System Red Green Blue C M Y K H S L
Decimal 218 138 223 0.02 0.38 0 0.13 296.47 0.57 0.71
Hex DA 8A DF 2 26 0 D 128 39 47
Octal 332 212 337 2 46 0 15 450 71 107
Binary 11011010 10001010 11011111 10 100110 0 1101 100101000 111001 1000111

Color Harmonies of #DA8ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8ADF

Black with #DA8ADF

Text Example


Text Example

White with #DA8ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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