Html Css Color HEX #DD65EF Heliotrope

📋 copy color: '#DD65EF'

red 221 ◦ green 101 ◦ blue 239

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

Shades of Heliotrope #DD65EF

Tints of Heliotrope #DD65EF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18%

 BLUE value IS 239 (93.75% from 255) = 42.6%

R = 39.39%
G = 18%
B = 42.6%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD65EF (or 0xDD65EF) is known color: Heliotrope. HEX triplet: DD, 65 and EF. RGB value is (221,101,239). Sum of RGB (Red+Green+Blue) = 221+101+239=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 101 (39.84% from 255 or 18.00% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD65EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD65EF is #229A10. Grayscale: #989898. Windows color (decimal): -2267665 or 15689181. OLE color: 15689181.

HSL color Cylindrical-coordinate representation of color #DD65EF: hue angle of 292.17º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD65EF is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 101 239 -
CMYK 0.08 0.58 0 0.06
HSL 292.17º 0.81% 0.67% -
HSV(B) 292.17º 0.58% 0.94% -
XYZ 50.05 30.91 84.99 -
YUV 152.61 176.76 176.78 -
System Red Green Blue C M Y K H S L
Decimal 221 101 239 0.08 0.58 0 0.06 292.17 0.81 0.67
Hex DD 65 EF 8 3A 0 6 124 51 43
Octal 335 145 357 10 72 0 6 444 121 103
Binary 11011101 1100101 11101111 1000 111010 0 110 100100100 1010001 1000011

Color Harmonies of #DD65EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD65EF

Black with #DD65EF

Text Example


Text Example

White with #DD65EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD65EF; }

 p { color: rgb(221,101,239); }

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

background-color css

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

 a { background-color: rgb(221,101,239); }

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

border-color css

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

 span { border-color: rgb(221,101,239); }

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