Html Css Color HEX #D48FFA Heliotrope

📋 copy color: '#D48FFA'

red 212 ◦ green 143 ◦ blue 250

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

Shades of Heliotrope #D48FFA

Tints of Heliotrope #D48FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.64%

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

R = 35.04%
G = 23.64%
B = 41.32%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D48FFA (or 0xD48FFA) is known color: Heliotrope. HEX triplet: D4, 8F and FA. RGB value is (212,143,250). Sum of RGB (Red+Green+Blue) = 212+143+250=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 143 (56.25% from 255 or 23.64% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #D48FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48FFA is #2B7005. Grayscale: #AFAFAF. Windows color (decimal): -2846726 or 16420820. OLE color: 16420820.

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

Color convert

RGB 212 143 250 -
CMYK 0.15 0.43 0 0.02
HSL 278.69º 0.91% 0.77% -
HSV(B) 278.69º 0.43% 0.98% -
XYZ 54.23 40.54 95.41 -
YUV 175.83 169.86 153.8 -
System Red Green Blue C M Y K H S L
Decimal 212 143 250 0.15 0.43 0 0.02 278.69 0.91 0.77
Hex D4 8F FA F 2B 0 2 117 5B 4D
Octal 324 217 372 17 53 0 2 427 133 115
Binary 11010100 10001111 11111010 1111 101011 0 10 100010111 1011011 1001101

Color Harmonies of #D48FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48FFA

Black with #D48FFA

Text Example


Text Example

White with #D48FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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