Html Css Color HEX #DD4CFA Heliotrope

📋 copy color: '#DD4CFA'

red 221 ◦ green 76 ◦ blue 250

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

Shades of Heliotrope #DD4CFA

Tints of Heliotrope #DD4CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.89%

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

R = 40.4%
G = 13.89%
B = 45.7%

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

#DD4CFA (or 0xDD4CFA) is known color: Heliotrope. HEX triplet: DD, 4C and FA. RGB value is (221,76,250). Sum of RGB (Red+Green+Blue) = 221+76+250=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 76 (30.08% from 255 or 13.89% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD4CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD4CFA is #22B305. Grayscale: #8A8A8A. Windows color (decimal): -2274054 or 16403677. OLE color: 16403677.

HSL color Cylindrical-coordinate representation of color #DD4CFA: hue angle of 290º 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 #DD4CFA is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 76 250 -
CMYK 0.12 0.70 0 0.02
HSL 290º 0.95% 0.64% -
HSV(B) 290º 0.7% 0.98% -
XYZ 49.66 27.44 93.12 -
YUV 139.19 190.54 186.35 -
System Red Green Blue C M Y K H S L
Decimal 221 76 250 0.12 0.70 0 0.02 290 0.95 0.64
Hex DD 4C FA C 46 0 2 122 5F 40
Octal 335 114 372 14 106 0 2 442 137 100
Binary 11011101 1001100 11111010 1100 1000110 0 10 100100010 1011111 1000000

Color Harmonies of #DD4CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4CFA

Black with #DD4CFA

Text Example


Text Example

White with #DD4CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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