Html Css Color HEX #D484FE Heliotrope

📋 copy color: '#D484FE'

red 212 ◦ green 132 ◦ blue 254

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

Shades of Heliotrope #D484FE

Tints of Heliotrope #D484FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.47%

R = 35.45%
G = 22.07%
B = 42.47%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D484FE (or 0xD484FE) is known color: Heliotrope. HEX triplet: D4, 84 and FE. RGB value is (212,132,254). Sum of RGB (Red+Green+Blue) = 212+132+254=598 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.45% from 598); Green value is 132 (51.95% from 255 or 22.07% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #D484FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D484FE is #2B7B01. Grayscale: #A9A9A9. Windows color (decimal): -2849538 or 16680148. OLE color: 16680148.

HSL color Cylindrical-coordinate representation of color #D484FE: hue angle of 279.34º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D484FE is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 212 132 254 -
CMYK 0.17 0.48 0 0.00
HSL 279.34º 0.98% 0.76% -
HSV(B) 279.34º 0.48% 1% -
XYZ 53.29 37.66 98.23 -
YUV 169.83 175.5 158.08 -
System Red Green Blue C M Y K H S L
Decimal 212 132 254 0.17 0.48 0 0.00 279.34 0.98 0.76
Hex D4 84 FE 11 30 0 0 117 62 4C
Octal 324 204 376 21 60 0 0 427 142 114
Binary 11010100 10000100 11111110 10001 110000 0 0 100010111 1100010 1001100

Color Harmonies of #D484FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D484FE

Black with #D484FE

Text Example


Text Example

White with #D484FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D484FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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