Html Css Color HEX #DD64F6 Heliotrope

📋 copy color: '#DD64F6'

red 221 ◦ green 100 ◦ blue 246

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

Shades of Heliotrope #DD64F6

Tints of Heliotrope #DD64F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.39%

R = 38.98%
G = 17.64%
B = 43.39%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD64F6 (or 0xDD64F6) is known color: Heliotrope. HEX triplet: DD, 64 and F6. RGB value is (221,100,246). Sum of RGB (Red+Green+Blue) = 221+100+246=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 100 (39.45% from 255 or 17.64% from 567); Blue value is 246 (96.48% from 255 or 43.39% from 567); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD64F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD64F6 is #229B09. Grayscale: #989898. Windows color (decimal): -2267914 or 16147677. OLE color: 16147677.

HSL color Cylindrical-coordinate representation of color #DD64F6: hue angle of 289.73º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD64F6 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 100 246 -
CMYK 0.10 0.59 0 0.04
HSL 289.73º 0.89% 0.68% -
HSV(B) 289.73º 0.59% 0.96% -
XYZ 51.01 31.14 90.51 -
YUV 152.82 180.59 176.63 -
System Red Green Blue C M Y K H S L
Decimal 221 100 246 0.10 0.59 0 0.04 289.73 0.89 0.68
Hex DD 64 F6 A 3B 0 4 122 59 44
Octal 335 144 366 12 73 0 4 442 131 104
Binary 11011101 1100100 11110110 1010 111011 0 100 100100010 1011001 1000100

Color Harmonies of #DD64F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD64F6

Black with #DD64F6

Text Example


Text Example

White with #DD64F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD64F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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