Html Css Color HEX #DD4AFA Heliotrope

📋 copy color: '#DD4AFA'

red 221 ◦ green 74 ◦ blue 250

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

Shades of Heliotrope #DD4AFA

Tints of Heliotrope #DD4AFA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.58%

 BLUE value IS 250 (98.05% from 255) = 45.87%

R = 40.55%
G = 13.58%
B = 45.87%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD4AFA (or 0xDD4AFA) is known color: Heliotrope. HEX triplet: DD, 4A and FA. RGB value is (221,74,250). Sum of RGB (Red+Green+Blue) = 221+74+250=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 74 (29.30% from 255 or 13.58% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD4AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD4AFA is #22B505. Grayscale: #898989. Windows color (decimal): -2274566 or 16403165. OLE color: 16403165.

HSL color Cylindrical-coordinate representation of color #DD4AFA: hue angle of 290.11º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4AFA is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 74 250 -
CMYK 0.12 0.70 0 0.02
HSL 290.11º 0.95% 0.64% -
HSV(B) 290.11º 0.7% 0.98% -
XYZ 49.52 27.17 93.08 -
YUV 138.02 191.2 187.19 -
System Red Green Blue C M Y K H S L
Decimal 221 74 250 0.12 0.70 0 0.02 290.11 0.95 0.64
Hex DD 4A FA C 46 0 2 122 5F 40
Octal 335 112 372 14 106 0 2 442 137 100
Binary 11011101 1001010 11111010 1100 1000110 0 10 100100010 1011111 1000000

Color Harmonies of #DD4AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4AFA

Black with #DD4AFA

Text Example


Text Example

White with #DD4AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4AFA; }

 p { color: rgb(221,74,250); }

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

background-color css

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

 a { background-color: rgb(221,74,250); }

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

border-color css

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

 span { border-color: rgb(221,74,250); }

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