Html Css Color HEX #D484F2 Heliotrope

📋 copy color: '#D484F2'

red 212 ◦ green 132 ◦ blue 242

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

Shades of Heliotrope #D484F2

Tints of Heliotrope #D484F2

RGB

 RED value IS 212 (83.2% from 255) = 36.18%

 GREEN value IS 132 (51.95% from 255) = 22.53%

 BLUE value IS 242 (94.92% from 255) = 41.3%

R = 36.18%
G = 22.53%
B = 41.3%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D484F2 (or 0xD484F2) is known color: Heliotrope. HEX triplet: D4, 84 and F2. RGB value is (212,132,242). Sum of RGB (Red+Green+Blue) = 212+132+242=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 132 (51.95% from 255 or 22.53% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #D484F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D484F2 is #2B7B0D. Grayscale: #A8A8A8. Windows color (decimal): -2849550 or 15893716. OLE color: 15893716.

HSL color Cylindrical-coordinate representation of color #D484F2: hue angle of 283.64º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D484F2 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 132 242 -
CMYK 0.12 0.45 0 0.05
HSL 283.64º 0.81% 0.73% -
HSV(B) 283.64º 0.45% 0.95% -
XYZ 51.43 36.91 88.42 -
YUV 168.46 169.5 159.06 -
System Red Green Blue C M Y K H S L
Decimal 212 132 242 0.12 0.45 0 0.05 283.64 0.81 0.73
Hex D4 84 F2 C 2D 0 5 11C 51 49
Octal 324 204 362 14 55 0 5 434 121 111
Binary 11010100 10000100 11110010 1100 101101 0 101 100011100 1010001 1001001

Color Harmonies of #D484F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D484F2

Black with #D484F2

Text Example


Text Example

White with #D484F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D484F2; }

 p { color: rgb(212,132,242); }

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

background-color css

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

 a { background-color: rgb(212,132,242); }

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

border-color css

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

 span { border-color: rgb(212,132,242); }

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