Html Css Color HEX #DD46FB Heliotrope

📋 copy color: '#DD46FB'

red 221 ◦ green 70 ◦ blue 251

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

Shades of Heliotrope #DD46FB

Tints of Heliotrope #DD46FB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 12.92%

 BLUE value IS 251 (98.44% from 255) = 46.31%

R = 40.77%
G = 12.92%
B = 46.31%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD46FB (or 0xDD46FB) is known color: Heliotrope. HEX triplet: DD, 46 and FB. RGB value is (221,70,251). Sum of RGB (Red+Green+Blue) = 221+70+251=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 70 (27.73% from 255 or 12.92% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD46FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD46FB is #22B904. Grayscale: #878787. Windows color (decimal): -2275589 or 16467677. OLE color: 16467677.

HSL color Cylindrical-coordinate representation of color #DD46FB: hue angle of 290.06º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD46FB is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 70 251 -
CMYK 0.12 0.72 0 0.02
HSL 290.06º 0.96% 0.63% -
HSV(B) 290.06º 0.72% 0.98% -
XYZ 49.42 26.72 93.82 -
YUV 135.78 193.03 188.78 -
System Red Green Blue C M Y K H S L
Decimal 221 70 251 0.12 0.72 0 0.02 290.06 0.96 0.63
Hex DD 46 FB C 48 0 2 122 60 3F
Octal 335 106 373 14 110 0 2 442 140 77
Binary 11011101 1000110 11111011 1100 1001000 0 10 100100010 1100000 111111

Color Harmonies of #DD46FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD46FB

Black with #DD46FB

Text Example


Text Example

White with #DD46FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD46FB; }

 p { color: rgb(221,70,251); }

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

background-color css

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

 a { background-color: rgb(221,70,251); }

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

border-color css

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

 span { border-color: rgb(221,70,251); }

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