Html Css Color HEX #DA99F2 Wisteria

📋 copy color: '#DA99F2'

red 218 ◦ green 153 ◦ blue 242

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

Shades of Wisteria #DA99F2

Tints of Wisteria #DA99F2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.96%

 BLUE value IS 242 (94.92% from 255) = 39.48%

R = 35.56%
G = 24.96%
B = 39.48%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DA99F2 (or 0xDA99F2) is known color: Wisteria. HEX triplet: DA, 99 and F2. RGB value is (218,153,242). Sum of RGB (Red+Green+Blue) = 218+153+242=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 153 (60.16% from 255 or 24.96% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA99F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA99F2 is #25660D. Grayscale: #B6B6B6. Windows color (decimal): -2450958 or 15899098. OLE color: 15899098.

HSL color Cylindrical-coordinate representation of color #DA99F2: hue angle of 283.82º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA99F2 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 153 242 -
CMYK 0.10 0.37 0 0.05
HSL 283.82º 0.77% 0.77% -
HSV(B) 283.82º 0.37% 0.95% -
XYZ 56.33 44.1 89.55 -
YUV 182.58 161.53 153.26 -
System Red Green Blue C M Y K H S L
Decimal 218 153 242 0.10 0.37 0 0.05 283.82 0.77 0.77
Hex DA 99 F2 A 25 0 5 11C 4D 4D
Octal 332 231 362 12 45 0 5 434 115 115
Binary 11011010 10011001 11110010 1010 100101 0 101 100011100 1001101 1001101

Color Harmonies of #DA99F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA99F2

Black with #DA99F2

Text Example


Text Example

White with #DA99F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA99F2; }

 p { color: rgb(218,153,242); }

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

background-color css

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

 a { background-color: rgb(218,153,242); }

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

border-color css

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

 span { border-color: rgb(218,153,242); }

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