Html Css Color HEX #DD4BFF Heliotrope

📋 copy color: '#DD4BFF'

red 221 ◦ green 75 ◦ blue 255

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

Shades of Heliotrope #DD4BFF

Tints of Heliotrope #DD4BFF

RGB

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

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

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

R = 40.11%
G = 13.61%
B = 46.28%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD4BFF (or 0xDD4BFF) is known color: Heliotrope. HEX triplet: DD, 4B and FF. RGB value is (221,75,255). Sum of RGB (Red+Green+Blue) = 221+75+255=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 75 (29.69% from 255 or 13.61% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD4BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD4BFF is #22B400. Grayscale: #8A8A8A. Windows color (decimal): -2274305 or 16731101. OLE color: 16731101.

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

Color convert

RGB 221 75 255 -
CMYK 0.13 0.71 0 0
HSL 288.67º 1% 0.65% -
HSV(B) 288.67º 0.71% 1% -
XYZ 50.38 27.62 97.28 -
YUV 139.17 193.37 186.36 -
System Red Green Blue C M Y K H S L
Decimal 221 75 255 0.13 0.71 0 0 288.67 1 0.65
Hex DD 4B FF D 47 0 0 121 64 41
Octal 335 113 377 15 107 0 0 441 144 101
Binary 11011101 1001011 11111111 1101 1000111 0 0 100100001 1100100 1000001

Color Harmonies of #DD4BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4BFF

Black with #DD4BFF

Text Example


Text Example

White with #DD4BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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