Html Css Color HEX #DA99F1 Wisteria

📋 copy color: '#DA99F1'

red 218 ◦ green 153 ◦ blue 241

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

Shades of Wisteria #DA99F1

Tints of Wisteria #DA99F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.38%

R = 35.62%
G = 25%
B = 39.38%

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

#DA99F1 (or 0xDA99F1) is known color: Wisteria. HEX triplet: DA, 99 and F1. RGB value is (218,153,241). Sum of RGB (Red+Green+Blue) = 218+153+241=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA99F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA99F1 is #25660E. Grayscale: #B6B6B6. Windows color (decimal): -2450959 or 15833562. OLE color: 15833562.

HSL color Cylindrical-coordinate representation of color #DA99F1: hue angle of 284.32º degrees, saturation: 0.76, 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 #DA99F1 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 153 241 -
CMYK 0.10 0.37 0 0.05
HSL 284.32º 0.76% 0.77% -
HSV(B) 284.32º 0.37% 0.95% -
XYZ 56.18 44.04 88.76 -
YUV 182.47 161.03 153.34 -
System Red Green Blue C M Y K H S L
Decimal 218 153 241 0.10 0.37 0 0.05 284.32 0.76 0.77
Hex DA 99 F1 A 25 0 5 11C 4C 4D
Octal 332 231 361 12 45 0 5 434 114 115
Binary 11011010 10011001 11110001 1010 100101 0 101 100011100 1001100 1001101

Color Harmonies of #DA99F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA99F1

Black with #DA99F1

Text Example


Text Example

White with #DA99F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA99F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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