Html Css Color HEX #D482FB Heliotrope

📋 copy color: '#D482FB'

red 212 ◦ green 130 ◦ blue 251

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

Shades of Heliotrope #D482FB

Tints of Heliotrope #D482FB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.92%

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

R = 35.75%
G = 21.92%
B = 42.33%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D482FB (or 0xD482FB) is known color: Heliotrope. HEX triplet: D4, 82 and FB. RGB value is (212,130,251). Sum of RGB (Red+Green+Blue) = 212+130+251=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 130 (51.17% from 255 or 21.92% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #D482FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D482FB is #2B7D04. Grayscale: #A7A7A7. Windows color (decimal): -2850053 or 16483028. OLE color: 16483028.

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

Color convert

RGB 212 130 251 -
CMYK 0.16 0.48 0 0.02
HSL 280.66º 0.94% 0.75% -
HSV(B) 280.66º 0.48% 0.98% -
XYZ 52.55 36.93 95.62 -
YUV 168.31 174.67 159.16 -
System Red Green Blue C M Y K H S L
Decimal 212 130 251 0.16 0.48 0 0.02 280.66 0.94 0.75
Hex D4 82 FB 10 30 0 2 119 5E 4B
Octal 324 202 373 20 60 0 2 431 136 113
Binary 11010100 10000010 11111011 10000 110000 0 10 100011001 1011110 1001011

Color Harmonies of #D482FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D482FB

Black with #D482FB

Text Example


Text Example

White with #D482FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D482FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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