Html Css Color HEX #D48DFA Heliotrope

📋 copy color: '#D48DFA'

red 212 ◦ green 141 ◦ blue 250

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

Shades of Heliotrope #D48DFA

Tints of Heliotrope #D48DFA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.38%

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

R = 35.16%
G = 23.38%
B = 41.46%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D48DFA (or 0xD48DFA) is known color: Heliotrope. HEX triplet: D4, 8D and FA. RGB value is (212,141,250). Sum of RGB (Red+Green+Blue) = 212+141+250=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 141 (55.47% from 255 or 23.38% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #D48DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48DFA is #2B7205. Grayscale: #AEAEAE. Windows color (decimal): -2847238 or 16420308. OLE color: 16420308.

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

Color convert

RGB 212 141 250 -
CMYK 0.15 0.44 0 0.02
HSL 279.08º 0.92% 0.77% -
HSV(B) 279.08º 0.44% 0.98% -
XYZ 53.93 39.95 95.31 -
YUV 174.66 170.52 154.64 -
System Red Green Blue C M Y K H S L
Decimal 212 141 250 0.15 0.44 0 0.02 279.08 0.92 0.77
Hex D4 8D FA F 2C 0 2 117 5C 4D
Octal 324 215 372 17 54 0 2 427 134 115
Binary 11010100 10001101 11111010 1111 101100 0 10 100010111 1011100 1001101

Color Harmonies of #D48DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48DFA

Black with #D48DFA

Text Example


Text Example

White with #D48DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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