Html Css Color HEX #D48AFA Heliotrope

📋 copy color: '#D48AFA'

red 212 ◦ green 138 ◦ blue 250

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

Shades of Heliotrope #D48AFA

Tints of Heliotrope #D48AFA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23%

 BLUE value IS 250 (98.05% from 255) = 41.67%

R = 35.33%
G = 23%
B = 41.67%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D48AFA (or 0xD48AFA) is known color: Heliotrope. HEX triplet: D4, 8A and FA. RGB value is (212,138,250). Sum of RGB (Red+Green+Blue) = 212+138+250=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 138 (54.30% from 255 or 23% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #D48AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48AFA is #2B7505. Grayscale: #ACACAC. Windows color (decimal): -2848006 or 16419540. OLE color: 16419540.

HSL color Cylindrical-coordinate representation of color #D48AFA: hue angle of 279.64º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D48AFA is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 138 250 -
CMYK 0.15 0.45 0 0.02
HSL 279.64º 0.92% 0.76% -
HSV(B) 279.64º 0.45% 0.98% -
XYZ 53.5 39.08 95.17 -
YUV 172.89 171.52 155.89 -
System Red Green Blue C M Y K H S L
Decimal 212 138 250 0.15 0.45 0 0.02 279.64 0.92 0.76
Hex D4 8A FA F 2D 0 2 118 5C 4C
Octal 324 212 372 17 55 0 2 430 134 114
Binary 11010100 10001010 11111010 1111 101101 0 10 100011000 1011100 1001100

Color Harmonies of #D48AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48AFA

Black with #D48AFA

Text Example


Text Example

White with #D48AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48AFA; }

 p { color: rgb(212,138,250); }

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

background-color css

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

 a { background-color: rgb(212,138,250); }

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

border-color css

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

 span { border-color: rgb(212,138,250); }

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