Html Css Color HEX #DD3EFF Heliotrope

📋 copy color: '#DD3EFF'

red 221 ◦ green 62 ◦ blue 255

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

Shades of Heliotrope #DD3EFF

Tints of Heliotrope #DD3EFF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.52%

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

R = 41.08%
G = 11.52%
B = 47.4%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD3EFF (or 0xDD3EFF) is known color: Heliotrope. HEX triplet: DD, 3E and FF. RGB value is (221,62,255). Sum of RGB (Red+Green+Blue) = 221+62+255=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 62 (24.61% from 255 or 11.52% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD3EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD3EFF is #22C100. Grayscale: #828282. Windows color (decimal): -2277633 or 16727773. OLE color: 16727773.

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

Color convert

RGB 221 62 255 -
CMYK 0.13 0.76 0 0
HSL 289.43º 1% 0.62% -
HSV(B) 289.43º 0.76% 1% -
XYZ 49.59 26.04 97.02 -
YUV 131.54 197.68 191.81 -
System Red Green Blue C M Y K H S L
Decimal 221 62 255 0.13 0.76 0 0 289.43 1 0.62
Hex DD 3E FF D 4C 0 0 121 64 3E
Octal 335 76 377 15 114 0 0 441 144 76
Binary 11011101 111110 11111111 1101 1001100 0 0 100100001 1100100 111110

Color Harmonies of #DD3EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3EFF

Black with #DD3EFF

Text Example


Text Example

White with #DD3EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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