Html Css Color HEX #DD67EE Heliotrope

📋 copy color: '#DD67EE'

red 221 ◦ green 103 ◦ blue 238

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

Shades of Heliotrope #DD67EE

Tints of Heliotrope #DD67EE

RGB

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

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

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

R = 39.32%
G = 18.33%
B = 42.35%

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

#DD67EE (or 0xDD67EE) is known color: Heliotrope. HEX triplet: DD, 67 and EE. RGB value is (221,103,238). Sum of RGB (Red+Green+Blue) = 221+103+238=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 103 (40.62% from 255 or 18.33% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD67EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD67EE is #229811. Grayscale: #999999. Windows color (decimal): -2267154 or 15624157. OLE color: 15624157.

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

Color convert

RGB 221 103 238 -
CMYK 0.07 0.57 0 0.07
HSL 292.44º 0.8% 0.67% -
HSV(B) 292.44º 0.57% 0.93% -
XYZ 50.1 31.25 84.28 -
YUV 153.67 175.59 176.02 -
System Red Green Blue C M Y K H S L
Decimal 221 103 238 0.07 0.57 0 0.07 292.44 0.8 0.67
Hex DD 67 EE 7 39 0 7 124 50 43
Octal 335 147 356 7 71 0 7 444 120 103
Binary 11011101 1100111 11101110 111 111001 0 111 100100100 1010000 1000011

Color Harmonies of #DD67EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD67EE

Black with #DD67EE

Text Example


Text Example

White with #DD67EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD67EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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