Html Css Color HEX #DD69EF Heliotrope

📋 copy color: '#DD69EF'

red 221 ◦ green 105 ◦ blue 239

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

Shades of Heliotrope #DD69EF

Tints of Heliotrope #DD69EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.3%

R = 39.12%
G = 18.58%
B = 42.3%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD69EF (or 0xDD69EF) is known color: Heliotrope. HEX triplet: DD, 69 and EF. RGB value is (221,105,239). Sum of RGB (Red+Green+Blue) = 221+105+239=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 105 (41.41% from 255 or 18.58% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD69EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD69EF is #229610. Grayscale: #9A9A9A. Windows color (decimal): -2266641 or 15690205. OLE color: 15690205.

HSL color Cylindrical-coordinate representation of color #DD69EF: hue angle of 291.94º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD69EF is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 105 239 -
CMYK 0.08 0.56 0 0.06
HSL 291.94º 0.81% 0.67% -
HSV(B) 291.94º 0.56% 0.94% -
XYZ 50.45 31.71 85.12 -
YUV 154.96 175.43 175.1 -
System Red Green Blue C M Y K H S L
Decimal 221 105 239 0.08 0.56 0 0.06 291.94 0.81 0.67
Hex DD 69 EF 8 38 0 6 124 51 43
Octal 335 151 357 10 70 0 6 444 121 103
Binary 11011101 1101001 11101111 1000 111000 0 110 100100100 1010001 1000011

Color Harmonies of #DD69EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD69EF

Black with #DD69EF

Text Example


Text Example

White with #DD69EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD69EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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