Html Css Color HEX #DD69ED Heliotrope

📋 copy color: '#DD69ED'

red 221 ◦ green 105 ◦ blue 237

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

Shades of Heliotrope #DD69ED

Tints of Heliotrope #DD69ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.1%

R = 39.25%
G = 18.65%
B = 42.1%

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

#DD69ED (or 0xDD69ED) is known color: Heliotrope. HEX triplet: DD, 69 and ED. RGB value is (221,105,237). Sum of RGB (Red+Green+Blue) = 221+105+237=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 105 (41.41% from 255 or 18.65% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD69ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD69ED is #229612. Grayscale: #9A9A9A. Windows color (decimal): -2266643 or 15559133. OLE color: 15559133.

HSL color Cylindrical-coordinate representation of color #DD69ED: hue angle of 292.73º degrees, saturation: 0.79, 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 #DD69ED is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 105 237 -
CMYK 0.07 0.56 0 0.07
HSL 292.73º 0.79% 0.67% -
HSV(B) 292.73º 0.56% 0.93% -
XYZ 50.16 31.59 83.57 -
YUV 154.73 174.43 175.27 -
System Red Green Blue C M Y K H S L
Decimal 221 105 237 0.07 0.56 0 0.07 292.73 0.79 0.67
Hex DD 69 ED 7 38 0 7 125 4F 43
Octal 335 151 355 7 70 0 7 445 117 103
Binary 11011101 1101001 11101101 111 111000 0 111 100100101 1001111 1000011

Color Harmonies of #DD69ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD69ED

Black with #DD69ED

Text Example


Text Example

White with #DD69ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD69ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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