Html Css Color HEX #DD65FF Heliotrope

📋 copy color: '#DD65FF'

red 221 ◦ green 101 ◦ blue 255

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

Shades of Heliotrope #DD65FF

Tints of Heliotrope #DD65FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.19%

R = 38.3%
G = 17.5%
B = 44.19%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD65FF (or 0xDD65FF) is known color: Heliotrope. HEX triplet: DD, 65 and FF. RGB value is (221,101,255). Sum of RGB (Red+Green+Blue) = 221+101+255=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 101 (39.84% from 255 or 17.50% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD65FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD65FF is #229A00. Grayscale: #999999. Windows color (decimal): -2267649 or 16737757. OLE color: 16737757.

HSL color Cylindrical-coordinate representation of color #DD65FF: hue angle of 286.75º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD65FF is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 101 255 -
CMYK 0.13 0.60 0 0
HSL 286.75º 1% 0.7% -
HSV(B) 286.75º 0.6% 1% -
XYZ 52.52 31.9 98 -
YUV 154.44 184.76 175.48 -
System Red Green Blue C M Y K H S L
Decimal 221 101 255 0.13 0.60 0 0 286.75 1 0.7
Hex DD 65 FF D 3C 0 0 11F 64 46
Octal 335 145 377 15 74 0 0 437 144 106
Binary 11011101 1100101 11111111 1101 111100 0 0 100011111 1100100 1000110

Color Harmonies of #DD65FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD65FF

Black with #DD65FF

Text Example


Text Example

White with #DD65FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD65FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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