Html Css Color HEX #DD64ED Heliotrope

📋 copy color: '#DD64ED'

red 221 ◦ green 100 ◦ blue 237

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

Shades of Heliotrope #DD64ED

Tints of Heliotrope #DD64ED

RGB

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

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

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

R = 39.61%
G = 17.92%
B = 42.47%

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

#DD64ED (or 0xDD64ED) is known color: Heliotrope. HEX triplet: DD, 64 and ED. RGB value is (221,100,237). Sum of RGB (Red+Green+Blue) = 221+100+237=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 100 (39.45% from 255 or 17.92% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD64ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD64ED is #229B12. Grayscale: #979797. Windows color (decimal): -2267923 or 15557853. OLE color: 15557853.

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

Color convert

RGB 221 100 237 -
CMYK 0.07 0.58 0 0.07
HSL 292.99º 0.79% 0.66% -
HSV(B) 292.99º 0.58% 0.93% -
XYZ 49.66 30.6 83.41 -
YUV 151.8 176.09 177.36 -
System Red Green Blue C M Y K H S L
Decimal 221 100 237 0.07 0.58 0 0.07 292.99 0.79 0.66
Hex DD 64 ED 7 3A 0 7 125 4F 42
Octal 335 144 355 7 72 0 7 445 117 102
Binary 11011101 1100100 11101101 111 111010 0 111 100100101 1001111 1000010

Color Harmonies of #DD64ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD64ED

Black with #DD64ED

Text Example


Text Example

White with #DD64ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD64ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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