Html Css Color HEX #DD65EB Heliotrope

📋 copy color: '#DD65EB'

red 221 ◦ green 101 ◦ blue 235

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

Shades of Heliotrope #DD65EB

Tints of Heliotrope #DD65EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.19%

R = 39.68%
G = 18.13%
B = 42.19%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD65EB (or 0xDD65EB) is known color: Heliotrope. HEX triplet: DD, 65 and EB. RGB value is (221,101,235). Sum of RGB (Red+Green+Blue) = 221+101+235=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 101 (39.84% from 255 or 18.13% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD65EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD65EB is #229A14. Grayscale: #979797. Windows color (decimal): -2267669 or 15427037. OLE color: 15427037.

HSL color Cylindrical-coordinate representation of color #DD65EB: hue angle of 293.73º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD65EB is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 101 235 -
CMYK 0.06 0.57 0 0.08
HSL 293.73º 0.77% 0.66% -
HSV(B) 293.73º 0.57% 0.92% -
XYZ 49.47 30.68 81.91 -
YUV 152.16 174.76 177.1 -
System Red Green Blue C M Y K H S L
Decimal 221 101 235 0.06 0.57 0 0.08 293.73 0.77 0.66
Hex DD 65 EB 6 39 0 8 126 4D 42
Octal 335 145 353 6 71 0 10 446 115 102
Binary 11011101 1100101 11101011 110 111001 0 1000 100100110 1001101 1000010

Color Harmonies of #DD65EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD65EB

Black with #DD65EB

Text Example


Text Example

White with #DD65EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD65EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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