Html Css Color HEX #DD69FF Heliotrope

📋 copy color: '#DD69FF'

red 221 ◦ green 105 ◦ blue 255

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

Shades of Heliotrope #DD69FF

Tints of Heliotrope #DD69FF

RGB

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

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

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

R = 38.04%
G = 18.07%
B = 43.89%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD69FF (or 0xDD69FF) is known color: Heliotrope. HEX triplet: DD, 69 and FF. RGB value is (221,105,255). Sum of RGB (Red+Green+Blue) = 221+105+255=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 105 (41.41% from 255 or 18.07% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD69FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD69FF is #229600. Grayscale: #9C9C9C. Windows color (decimal): -2266625 or 16738781. OLE color: 16738781.

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

Color convert

RGB 221 105 255 -
CMYK 0.13 0.59 0 0
HSL 286.4º 1% 0.71% -
HSV(B) 286.4º 0.59% 1% -
XYZ 52.92 32.7 98.13 -
YUV 156.78 183.43 173.8 -
System Red Green Blue C M Y K H S L
Decimal 221 105 255 0.13 0.59 0 0 286.4 1 0.71
Hex DD 69 FF D 3B 0 0 11E 64 47
Octal 335 151 377 15 73 0 0 436 144 107
Binary 11011101 1101001 11111111 1101 111011 0 0 100011110 1100100 1000111

Color Harmonies of #DD69FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD69FF

Black with #DD69FF

Text Example


Text Example

White with #DD69FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD69FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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