Html Css Color HEX #DD90F6 Heliotrope

📋 copy color: '#DD90F6'

red 221 ◦ green 144 ◦ blue 246

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

Shades of Heliotrope #DD90F6

Tints of Heliotrope #DD90F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.26%

R = 36.17%
G = 23.57%
B = 40.26%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD90F6 (or 0xDD90F6) is known color: Heliotrope. HEX triplet: DD, 90 and F6. RGB value is (221,144,246). Sum of RGB (Red+Green+Blue) = 221+144+246=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 144 (56.64% from 255 or 23.57% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD90F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD90F6 is #226F09. Grayscale: #B2B2B2. Windows color (decimal): -2256650 or 16158941. OLE color: 16158941.

HSL color Cylindrical-coordinate representation of color #DD90F6: hue angle of 285.29º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD90F6 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 144 246 -
CMYK 0.10 0.41 0 0.04
HSL 285.29º 0.85% 0.76% -
HSV(B) 285.29º 0.41% 0.96% -
XYZ 56.43 41.97 92.32 -
YUV 178.65 166.01 158.21 -
System Red Green Blue C M Y K H S L
Decimal 221 144 246 0.10 0.41 0 0.04 285.29 0.85 0.76
Hex DD 90 F6 A 29 0 4 11D 55 4C
Octal 335 220 366 12 51 0 4 435 125 114
Binary 11011101 10010000 11110110 1010 101001 0 100 100011101 1010101 1001100

Color Harmonies of #DD90F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD90F6

Black with #DD90F6

Text Example


Text Example

White with #DD90F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD90F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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