Html Css Color HEX #DA93CB Plum

📋 copy color: '#DA93CB'

red 218 ◦ green 147 ◦ blue 203

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

Shades of Plum #DA93CB

Tints of Plum #DA93CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.74%

R = 38.38%
G = 25.88%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA93CB (or 0xDA93CB) is known color: Plum. HEX triplet: DA, 93 and CB. RGB value is (218,147,203). Sum of RGB (Red+Green+Blue) = 218+147+203=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DA93CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA93CB is #256C34. Grayscale: #AEAEAE. Windows color (decimal): -2452533 or 13341658. OLE color: 13341658.

HSL color Cylindrical-coordinate representation of color #DA93CB: hue angle of 312.68º 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 #DA93CB is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 147 203 -
CMYK 0 0.33 0.07 0.15
HSL 312.68º 0.49% 0.72% -
HSV(B) 312.68º 0.33% 0.85% -
XYZ 50.13 40.08 61.6 -
YUV 174.61 144.02 158.95 -
System Red Green Blue C M Y K H S L
Decimal 218 147 203 0 0.33 0.07 0.15 312.68 0.49 0.72
Hex DA 93 CB 0 21 7 F 139 31 48
Octal 332 223 313 0 41 7 17 471 61 110
Binary 11011010 10010011 11001011 0 100001 111 1111 100111001 110001 1001000

Color Harmonies of #DA93CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA93CB

Black with #DA93CB

Text Example


Text Example

White with #DA93CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA93CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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