Html Css Color HEX #DD5AFE Heliotrope

📋 copy color: '#DD5AFE'

red 221 ◦ green 90 ◦ blue 254

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

Shades of Heliotrope #DD5AFE

Tints of Heliotrope #DD5AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.93%

 BLUE value IS 254 (99.61% from 255) = 44.96%

R = 39.12%
G = 15.93%
B = 44.96%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD5AFE (or 0xDD5AFE) is known color: Heliotrope. HEX triplet: DD, 5A and FE. RGB value is (221,90,254). Sum of RGB (Red+Green+Blue) = 221+90+254=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 90 (35.55% from 255 or 15.93% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD5AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5AFE is #22A501. Grayscale: #939393. Windows color (decimal): -2270466 or 16669405. OLE color: 16669405.

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

Color convert

RGB 221 90 254 -
CMYK 0.13 0.65 0 0.00
HSL 287.93º 0.99% 0.67% -
HSV(B) 287.93º 0.65% 1% -
XYZ 51.36 29.84 96.82 -
YUV 147.87 187.9 180.16 -
System Red Green Blue C M Y K H S L
Decimal 221 90 254 0.13 0.65 0 0.00 287.93 0.99 0.67
Hex DD 5A FE D 41 0 0 120 63 43
Octal 335 132 376 15 101 0 0 440 143 103
Binary 11011101 1011010 11111110 1101 1000001 0 0 100100000 1100011 1000011

Color Harmonies of #DD5AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5AFE

Black with #DD5AFE

Text Example


Text Example

White with #DD5AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5AFE; }

 p { color: rgb(221,90,254); }

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

background-color css

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

 a { background-color: rgb(221,90,254); }

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

border-color css

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

 span { border-color: rgb(221,90,254); }

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