Html Css Color HEX #DA93CC Plum

📋 copy color: '#DA93CC'

red 218 ◦ green 147 ◦ blue 204

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

Shades of Plum #DA93CC

Tints of Plum #DA93CC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.83%

 BLUE value IS 204 (80.08% from 255) = 35.85%

R = 38.31%
G = 25.83%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA93CC (or 0xDA93CC) is known color: Plum. HEX triplet: DA, 93 and CC. RGB value is (218,147,204). Sum of RGB (Red+Green+Blue) = 218+147+204=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DA93CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA93CC is #256C33. Grayscale: #AEAEAE. Windows color (decimal): -2452532 or 13407194. OLE color: 13407194.

HSL color Cylindrical-coordinate representation of color #DA93CC: hue angle of 311.83º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA93CC is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 147 204 -
CMYK 0 0.33 0.06 0.15
HSL 311.83º 0.49% 0.72% -
HSV(B) 311.83º 0.33% 0.85% -
XYZ 50.25 40.13 62.22 -
YUV 174.73 144.52 158.87 -
System Red Green Blue C M Y K H S L
Decimal 218 147 204 0 0.33 0.06 0.15 311.83 0.49 0.72
Hex DA 93 CC 0 21 6 F 138 31 48
Octal 332 223 314 0 41 6 17 470 61 110
Binary 11011010 10010011 11001100 0 100001 110 1111 100111000 110001 1001000

Color Harmonies of #DA93CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA93CC

Black with #DA93CC

Text Example


Text Example

White with #DA93CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA93CC; }

 p { color: rgb(218,147,204); }

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

background-color css

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

 a { background-color: rgb(218,147,204); }

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

border-color css

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

 span { border-color: rgb(218,147,204); }

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