Html Css Color HEX #DD67EC Heliotrope

📋 copy color: '#DD67EC'

red 221 ◦ green 103 ◦ blue 236

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

Shades of Heliotrope #DD67EC

Tints of Heliotrope #DD67EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.14%

R = 39.46%
G = 18.39%
B = 42.14%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD67EC (or 0xDD67EC) is known color: Heliotrope. HEX triplet: DD, 67 and EC. RGB value is (221,103,236). Sum of RGB (Red+Green+Blue) = 221+103+236=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 103 (40.62% from 255 or 18.39% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD67EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD67EC is #229813. Grayscale: #999999. Windows color (decimal): -2267156 or 15493085. OLE color: 15493085.

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

Color convert

RGB 221 103 236 -
CMYK 0.06 0.56 0 0.07
HSL 293.23º 0.78% 0.66% -
HSV(B) 293.23º 0.56% 0.93% -
XYZ 49.81 31.13 82.74 -
YUV 153.44 174.59 176.19 -
System Red Green Blue C M Y K H S L
Decimal 221 103 236 0.06 0.56 0 0.07 293.23 0.78 0.66
Hex DD 67 EC 6 38 0 7 125 4E 42
Octal 335 147 354 6 70 0 7 445 116 102
Binary 11011101 1100111 11101100 110 111000 0 111 100100101 1001110 1000010

Color Harmonies of #DD67EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD67EC

Black with #DD67EC

Text Example


Text Example

White with #DD67EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD67EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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