Html Css Color HEX #DD69FA Heliotrope

📋 copy color: '#DD69FA'

red 221 ◦ green 105 ◦ blue 250

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

Shades of Heliotrope #DD69FA

Tints of Heliotrope #DD69FA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.23%

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

R = 38.37%
G = 18.23%
B = 43.4%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD69FA (or 0xDD69FA) is known color: Heliotrope. HEX triplet: DD, 69 and FA. RGB value is (221,105,250). Sum of RGB (Red+Green+Blue) = 221+105+250=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 105 (41.41% from 255 or 18.23% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD69FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD69FA is #229605. Grayscale: #9B9B9B. Windows color (decimal): -2266630 or 16411101. OLE color: 16411101.

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

Color convert

RGB 221 105 250 -
CMYK 0.12 0.58 0 0.02
HSL 288º 0.94% 0.7% -
HSV(B) 288º 0.58% 0.98% -
XYZ 52.13 32.38 93.94 -
YUV 156.21 180.93 174.21 -
System Red Green Blue C M Y K H S L
Decimal 221 105 250 0.12 0.58 0 0.02 288 0.94 0.7
Hex DD 69 FA C 3A 0 2 120 5E 46
Octal 335 151 372 14 72 0 2 440 136 106
Binary 11011101 1101001 11111010 1100 111010 0 10 100100000 1011110 1000110

Color Harmonies of #DD69FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD69FA

Black with #DD69FA

Text Example


Text Example

White with #DD69FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD69FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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