Html Css Color HEX #DD68ED Heliotrope

📋 copy color: '#DD68ED'

red 221 ◦ green 104 ◦ blue 237

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

Shades of Heliotrope #DD68ED

Tints of Heliotrope #DD68ED

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.51%

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

R = 39.32%
G = 18.51%
B = 42.17%

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

#DD68ED (or 0xDD68ED) is known color: Heliotrope. HEX triplet: DD, 68 and ED. RGB value is (221,104,237). Sum of RGB (Red+Green+Blue) = 221+104+237=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 104 (41.02% from 255 or 18.51% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD68ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD68ED is #229712. Grayscale: #999999. Windows color (decimal): -2266899 or 15558877. OLE color: 15558877.

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

Color convert

RGB 221 104 237 -
CMYK 0.07 0.56 0 0.07
HSL 292.78º 0.79% 0.67% -
HSV(B) 292.78º 0.56% 0.93% -
XYZ 50.06 31.39 83.54 -
YUV 154.15 174.76 175.69 -
System Red Green Blue C M Y K H S L
Decimal 221 104 237 0.07 0.56 0 0.07 292.78 0.79 0.67
Hex DD 68 ED 7 38 0 7 125 4F 43
Octal 335 150 355 7 70 0 7 445 117 103
Binary 11011101 1101000 11101101 111 111000 0 111 100100101 1001111 1000011

Color Harmonies of #DD68ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD68ED

Black with #DD68ED

Text Example


Text Example

White with #DD68ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD68ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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