Html Css Color HEX #DD46FC Heliotrope

📋 copy color: '#DD46FC'

red 221 ◦ green 70 ◦ blue 252

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

Shades of Heliotrope #DD46FC

Tints of Heliotrope #DD46FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.41%

R = 40.7%
G = 12.89%
B = 46.41%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD46FC (or 0xDD46FC) is known color: Heliotrope. HEX triplet: DD, 46 and FC. RGB value is (221,70,252). Sum of RGB (Red+Green+Blue) = 221+70+252=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 70 (27.73% from 255 or 12.89% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD46FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD46FC is #22B903. Grayscale: #878787. Windows color (decimal): -2275588 or 16533213. OLE color: 16533213.

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

Color convert

RGB 221 70 252 -
CMYK 0.12 0.72 0 0.01
HSL 289.78º 0.97% 0.63% -
HSV(B) 289.78º 0.72% 0.99% -
XYZ 49.58 26.78 94.65 -
YUV 135.9 193.53 188.7 -
System Red Green Blue C M Y K H S L
Decimal 221 70 252 0.12 0.72 0 0.01 289.78 0.97 0.63
Hex DD 46 FC C 48 0 1 122 61 3F
Octal 335 106 374 14 110 0 1 442 141 77
Binary 11011101 1000110 11111100 1100 1001000 0 1 100100010 1100001 111111

Color Harmonies of #DD46FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD46FC

Black with #DD46FC

Text Example


Text Example

White with #DD46FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD46FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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