Html Css Color HEX #DD69EE Heliotrope

📋 copy color: '#DD69EE'

red 221 ◦ green 105 ◦ blue 238

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

Shades of Heliotrope #DD69EE

Tints of Heliotrope #DD69EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.2%

R = 39.18%
G = 18.62%
B = 42.2%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD69EE (or 0xDD69EE) is known color: Heliotrope. HEX triplet: DD, 69 and EE. RGB value is (221,105,238). Sum of RGB (Red+Green+Blue) = 221+105+238=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 105 (41.41% from 255 or 18.62% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD69EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD69EE is #229611. Grayscale: #9A9A9A. Windows color (decimal): -2266642 or 15624669. OLE color: 15624669.

HSL color Cylindrical-coordinate representation of color #DD69EE: hue angle of 292.33º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD69EE is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 105 238 -
CMYK 0.07 0.56 0 0.07
HSL 292.33º 0.8% 0.67% -
HSV(B) 292.33º 0.56% 0.93% -
XYZ 50.3 31.65 84.35 -
YUV 154.85 174.93 175.19 -
System Red Green Blue C M Y K H S L
Decimal 221 105 238 0.07 0.56 0 0.07 292.33 0.8 0.67
Hex DD 69 EE 7 38 0 7 124 50 43
Octal 335 151 356 7 70 0 7 444 120 103
Binary 11011101 1101001 11101110 111 111000 0 111 100100100 1010000 1000011

Color Harmonies of #DD69EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD69EE

Black with #DD69EE

Text Example


Text Example

White with #DD69EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD69EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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