Html Css Color HEX #DD4BFE Heliotrope

📋 copy color: '#DD4BFE'

red 221 ◦ green 75 ◦ blue 254

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

Shades of Heliotrope #DD4BFE

Tints of Heliotrope #DD4BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.64%

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

R = 40.18%
G = 13.64%
B = 46.18%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD4BFE (or 0xDD4BFE) is known color: Heliotrope. HEX triplet: DD, 4B and FE. RGB value is (221,75,254). Sum of RGB (Red+Green+Blue) = 221+75+254=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 75 (29.69% from 255 or 13.64% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD4BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD4BFE is #22B401. Grayscale: #8A8A8A. Windows color (decimal): -2274306 or 16665565. OLE color: 16665565.

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

Color convert

RGB 221 75 254 -
CMYK 0.13 0.70 0 0.00
HSL 288.94º 0.99% 0.65% -
HSV(B) 288.94º 0.7% 1% -
XYZ 50.22 27.56 96.44 -
YUV 139.06 192.87 186.45 -
System Red Green Blue C M Y K H S L
Decimal 221 75 254 0.13 0.70 0 0.00 288.94 0.99 0.65
Hex DD 4B FE D 46 0 0 121 63 41
Octal 335 113 376 15 106 0 0 441 143 101
Binary 11011101 1001011 11111110 1101 1000110 0 0 100100001 1100011 1000001

Color Harmonies of #DD4BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4BFE

Black with #DD4BFE

Text Example


Text Example

White with #DD4BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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