Html Css Color HEX #D484FB Heliotrope

📋 copy color: '#D484FB'

red 212 ◦ green 132 ◦ blue 251

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

Shades of Heliotrope #D484FB

Tints of Heliotrope #D484FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.18%

R = 35.63%
G = 22.18%
B = 42.18%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D484FB (or 0xD484FB) is known color: Heliotrope. HEX triplet: D4, 84 and FB. RGB value is (212,132,251). Sum of RGB (Red+Green+Blue) = 212+132+251=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 132 (51.95% from 255 or 22.18% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #D484FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D484FB is #2B7B04. Grayscale: #A9A9A9. Windows color (decimal): -2849541 or 16483540. OLE color: 16483540.

HSL color Cylindrical-coordinate representation of color #D484FB: hue angle of 280.34º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D484FB is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 132 251 -
CMYK 0.16 0.47 0 0.02
HSL 280.34º 0.94% 0.75% -
HSV(B) 280.34º 0.47% 0.98% -
XYZ 52.82 37.46 95.71 -
YUV 169.49 174 158.32 -
System Red Green Blue C M Y K H S L
Decimal 212 132 251 0.16 0.47 0 0.02 280.34 0.94 0.75
Hex D4 84 FB 10 2F 0 2 118 5E 4B
Octal 324 204 373 20 57 0 2 430 136 113
Binary 11010100 10000100 11111011 10000 101111 0 10 100011000 1011110 1001011

Color Harmonies of #D484FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D484FB

Black with #D484FB

Text Example


Text Example

White with #D484FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D484FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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