Html Css Color HEX #DD64EE Heliotrope

📋 copy color: '#DD64EE'

red 221 ◦ green 100 ◦ blue 238

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

Shades of Heliotrope #DD64EE

Tints of Heliotrope #DD64EE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.89%

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

R = 39.53%
G = 17.89%
B = 42.58%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD64EE (or 0xDD64EE) is known color: Heliotrope. HEX triplet: DD, 64 and EE. RGB value is (221,100,238). Sum of RGB (Red+Green+Blue) = 221+100+238=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 100 (39.45% from 255 or 17.89% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD64EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD64EE is #229B11. Grayscale: #979797. Windows color (decimal): -2267922 or 15623389. OLE color: 15623389.

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

Color convert

RGB 221 100 238 -
CMYK 0.07 0.58 0 0.07
HSL 292.61º 0.8% 0.66% -
HSV(B) 292.61º 0.58% 0.93% -
XYZ 49.81 30.66 84.18 -
YUV 151.91 176.59 177.28 -
System Red Green Blue C M Y K H S L
Decimal 221 100 238 0.07 0.58 0 0.07 292.61 0.8 0.66
Hex DD 64 EE 7 3A 0 7 125 50 42
Octal 335 144 356 7 72 0 7 445 120 102
Binary 11011101 1100100 11101110 111 111010 0 111 100100101 1010000 1000010

Color Harmonies of #DD64EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD64EE

Black with #DD64EE

Text Example


Text Example

White with #DD64EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD64EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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