Html Css Color HEX #D482FC Heliotrope

📋 copy color: '#D482FC'

red 212 ◦ green 130 ◦ blue 252

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

Shades of Heliotrope #D482FC

Tints of Heliotrope #D482FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.42%

R = 35.69%
G = 21.89%
B = 42.42%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D482FC (or 0xD482FC) is known color: Heliotrope. HEX triplet: D4, 82 and FC. RGB value is (212,130,252). Sum of RGB (Red+Green+Blue) = 212+130+252=594 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.69% from 594); Green value is 130 (51.17% from 255 or 21.89% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #D482FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D482FC is #2B7D03. Grayscale: #A8A8A8. Windows color (decimal): -2850052 or 16548564. OLE color: 16548564.

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

Color convert

RGB 212 130 252 -
CMYK 0.16 0.48 0 0.01
HSL 280.33º 0.95% 0.75% -
HSV(B) 280.33º 0.48% 0.99% -
XYZ 52.7 36.99 96.46 -
YUV 168.43 175.17 159.08 -
System Red Green Blue C M Y K H S L
Decimal 212 130 252 0.16 0.48 0 0.01 280.33 0.95 0.75
Hex D4 82 FC 10 30 0 1 118 5F 4B
Octal 324 202 374 20 60 0 1 430 137 113
Binary 11010100 10000010 11111100 10000 110000 0 1 100011000 1011111 1001011

Color Harmonies of #D482FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D482FC

Black with #D482FC

Text Example


Text Example

White with #D482FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D482FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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