Html Css Color HEX #DD7FFE Heliotrope

📋 copy color: '#DD7FFE'

red 221 ◦ green 127 ◦ blue 254

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

Shades of Heliotrope #DD7FFE

Tints of Heliotrope #DD7FFE

RGB

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

 GREEN value IS 127 (50% from 255) = 21.1%

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

R = 36.71%
G = 21.1%
B = 42.19%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD7FFE (or 0xDD7FFE) is known color: Heliotrope. HEX triplet: DD, 7F and FE. RGB value is (221,127,254). Sum of RGB (Red+Green+Blue) = 221+127+254=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 127 (50% from 255 or 21.10% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD7FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7FFE is #228001. Grayscale: #A9A9A9. Windows color (decimal): -2260994 or 16678877. OLE color: 16678877.

HSL color Cylindrical-coordinate representation of color #DD7FFE: hue angle of 284.41º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD7FFE is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 127 254 -
CMYK 0.13 0.50 0 0.00
HSL 284.41º 0.98% 0.75% -
HSV(B) 284.41º 0.5% 1% -
XYZ 55.3 37.71 98.13 -
YUV 169.58 175.64 164.67 -
System Red Green Blue C M Y K H S L
Decimal 221 127 254 0.13 0.50 0 0.00 284.41 0.98 0.75
Hex DD 7F FE D 32 0 0 11C 62 4B
Octal 335 177 376 15 62 0 0 434 142 113
Binary 11011101 1111111 11111110 1101 110010 0 0 100011100 1100010 1001011

Color Harmonies of #DD7FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7FFE

Black with #DD7FFE

Text Example


Text Example

White with #DD7FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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