Html Css Color HEX #DD67ED Heliotrope

📋 copy color: '#DD67ED'

red 221 ◦ green 103 ◦ blue 237

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

Shades of Heliotrope #DD67ED

Tints of Heliotrope #DD67ED

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.36%

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

R = 39.39%
G = 18.36%
B = 42.25%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD67ED (or 0xDD67ED) is known color: Heliotrope. HEX triplet: DD, 67 and ED. RGB value is (221,103,237). Sum of RGB (Red+Green+Blue) = 221+103+237=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 103 (40.62% from 255 or 18.36% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD67ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD67ED is #229812. Grayscale: #999999. Windows color (decimal): -2267155 or 15558621. OLE color: 15558621.

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

Color convert

RGB 221 103 237 -
CMYK 0.07 0.57 0 0.07
HSL 292.84º 0.79% 0.67% -
HSV(B) 292.84º 0.57% 0.93% -
XYZ 49.96 31.19 83.51 -
YUV 153.56 175.09 176.1 -
System Red Green Blue C M Y K H S L
Decimal 221 103 237 0.07 0.57 0 0.07 292.84 0.79 0.67
Hex DD 67 ED 7 39 0 7 125 4F 43
Octal 335 147 355 7 71 0 7 445 117 103
Binary 11011101 1100111 11101101 111 111001 0 111 100100101 1001111 1000011

Color Harmonies of #DD67ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD67ED

Black with #DD67ED

Text Example


Text Example

White with #DD67ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD67ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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