Html Css Color HEX #D48AF9 Heliotrope

📋 copy color: '#D48AF9'

red 212 ◦ green 138 ◦ blue 249

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

Shades of Heliotrope #D48AF9

Tints of Heliotrope #D48AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.57%

R = 35.39%
G = 23.04%
B = 41.57%

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

#D48AF9 (or 0xD48AF9) is known color: Heliotrope. HEX triplet: D4, 8A and F9. RGB value is (212,138,249). Sum of RGB (Red+Green+Blue) = 212+138+249=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 138 (54.30% from 255 or 23.04% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #D48AF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48AF9 is #2B7506. Grayscale: #ACACAC. Windows color (decimal): -2848007 or 16354004. OLE color: 16354004.

HSL color Cylindrical-coordinate representation of color #D48AF9: hue angle of 280º degrees, saturation: 0.9, 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 #D48AF9 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 138 249 -
CMYK 0.15 0.45 0 0.02
HSL 280º 0.9% 0.76% -
HSV(B) 280º 0.45% 0.98% -
XYZ 53.34 39.01 94.34 -
YUV 172.78 171.02 155.97 -
System Red Green Blue C M Y K H S L
Decimal 212 138 249 0.15 0.45 0 0.02 280 0.9 0.76
Hex D4 8A F9 F 2D 0 2 118 5A 4C
Octal 324 212 371 17 55 0 2 430 132 114
Binary 11010100 10001010 11111001 1111 101101 0 10 100011000 1011010 1001100

Color Harmonies of #D48AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48AF9

Black with #D48AF9

Text Example


Text Example

White with #D48AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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