Html Css Color HEX #DD90FA Heliotrope

📋 copy color: '#DD90FA'

red 221 ◦ green 144 ◦ blue 250

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

Shades of Heliotrope #DD90FA

Tints of Heliotrope #DD90FA

RGB

 RED value IS 221 (86.72% from 255) = 35.93%

 GREEN value IS 144 (56.64% from 255) = 23.41%

 BLUE value IS 250 (98.05% from 255) = 40.65%

R = 35.93%
G = 23.41%
B = 40.65%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD90FA (or 0xDD90FA) is known color: Heliotrope. HEX triplet: DD, 90 and FA. RGB value is (221,144,250). Sum of RGB (Red+Green+Blue) = 221+144+250=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 144 (56.64% from 255 or 23.41% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD90FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD90FA is #226F05. Grayscale: #B2B2B2. Windows color (decimal): -2256646 or 16421085. OLE color: 16421085.

HSL color Cylindrical-coordinate representation of color #DD90FA: hue angle of 283.58º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD90FA is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 144 250 -
CMYK 0.12 0.42 0 0.02
HSL 283.58º 0.91% 0.77% -
HSV(B) 283.58º 0.42% 0.98% -
XYZ 57.05 42.22 95.59 -
YUV 179.11 168.01 157.88 -
System Red Green Blue C M Y K H S L
Decimal 221 144 250 0.12 0.42 0 0.02 283.58 0.91 0.77
Hex DD 90 FA C 2A 0 2 11C 5B 4D
Octal 335 220 372 14 52 0 2 434 133 115
Binary 11011101 10010000 11111010 1100 101010 0 10 100011100 1011011 1001101

Color Harmonies of #DD90FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD90FA

Black with #DD90FA

Text Example


Text Example

White with #DD90FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD90FA; }

 p { color: rgb(221,144,250); }

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

background-color css

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

 a { background-color: rgb(221,144,250); }

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

border-color css

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

 span { border-color: rgb(221,144,250); }

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