Html Css Color HEX #DD65EE Heliotrope

📋 copy color: '#DD65EE'

red 221 ◦ green 101 ◦ blue 238

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

Shades of Heliotrope #DD65EE

Tints of Heliotrope #DD65EE

RGB

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

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

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

R = 39.46%
G = 18.04%
B = 42.5%

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

#DD65EE (or 0xDD65EE) is known color: Heliotrope. HEX triplet: DD, 65 and EE. RGB value is (221,101,238). Sum of RGB (Red+Green+Blue) = 221+101+238=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 101 (39.84% from 255 or 18.04% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD65EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD65EE is #229A11. Grayscale: #989898. Windows color (decimal): -2267666 or 15623645. OLE color: 15623645.

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

Color convert

RGB 221 101 238 -
CMYK 0.07 0.58 0 0.07
HSL 292.55º 0.8% 0.66% -
HSV(B) 292.55º 0.58% 0.93% -
XYZ 49.91 30.85 84.21 -
YUV 152.5 176.26 176.86 -
System Red Green Blue C M Y K H S L
Decimal 221 101 238 0.07 0.58 0 0.07 292.55 0.8 0.66
Hex DD 65 EE 7 3A 0 7 125 50 42
Octal 335 145 356 7 72 0 7 445 120 102
Binary 11011101 1100101 11101110 111 111010 0 111 100100101 1010000 1000010

Color Harmonies of #DD65EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD65EE

Black with #DD65EE

Text Example


Text Example

White with #DD65EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD65EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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