Html Css Color HEX #DD90FF Heliotrope

📋 copy color: '#DD90FF'

red 221 ◦ green 144 ◦ blue 255

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

Shades of Heliotrope #DD90FF

Tints of Heliotrope #DD90FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.13%

R = 35.65%
G = 23.23%
B = 41.13%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD90FF (or 0xDD90FF) is known color: Heliotrope. HEX triplet: DD, 90 and FF. RGB value is (221,144,255). Sum of RGB (Red+Green+Blue) = 221+144+255=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 144 (56.64% from 255 or 23.23% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD90FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD90FF is #226F00. Grayscale: #B3B3B3. Windows color (decimal): -2256641 or 16748765. OLE color: 16748765.

HSL color Cylindrical-coordinate representation of color #DD90FF: hue angle of 281.62º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD90FF is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 144 255 -
CMYK 0.13 0.44 0 0
HSL 281.62º 1% 0.78% -
HSV(B) 281.62º 0.44% 1% -
XYZ 57.84 42.54 99.77 -
YUV 179.68 170.51 157.47 -
System Red Green Blue C M Y K H S L
Decimal 221 144 255 0.13 0.44 0 0 281.62 1 0.78
Hex DD 90 FF D 2C 0 0 11A 64 4E
Octal 335 220 377 15 54 0 0 432 144 116
Binary 11011101 10010000 11111111 1101 101100 0 0 100011010 1100100 1001110

Color Harmonies of #DD90FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD90FF

Black with #DD90FF

Text Example


Text Example

White with #DD90FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD90FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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