Html Css Color HEX #D48DF8 Heliotrope

📋 copy color: '#D48DF8'

red 212 ◦ green 141 ◦ blue 248

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

Shades of Heliotrope #D48DF8

Tints of Heliotrope #D48DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.26%

R = 35.27%
G = 23.46%
B = 41.26%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D48DF8 (or 0xD48DF8) is known color: Heliotrope. HEX triplet: D4, 8D and F8. RGB value is (212,141,248). Sum of RGB (Red+Green+Blue) = 212+141+248=601 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.27% from 601); Green value is 141 (55.47% from 255 or 23.46% from 601); Blue value is 248 (97.27% from 255 or 41.26% from 601); Max value from RGB is 248 - color contains mainly: blue. Hex color #D48DF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48DF8 is #2B7207. Grayscale: #AEAEAE. Windows color (decimal): -2847240 or 16289236. OLE color: 16289236.

HSL color Cylindrical-coordinate representation of color #D48DF8: hue angle of 279.81º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D48DF8 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 212 141 248 -
CMYK 0.15 0.43 0 0.03
HSL 279.81º 0.88% 0.76% -
HSV(B) 279.81º 0.43% 0.97% -
XYZ 53.62 39.82 93.67 -
YUV 174.43 169.52 154.8 -
System Red Green Blue C M Y K H S L
Decimal 212 141 248 0.15 0.43 0 0.03 279.81 0.88 0.76
Hex D4 8D F8 F 2B 0 3 118 58 4C
Octal 324 215 370 17 53 0 3 430 130 114
Binary 11010100 10001101 11111000 1111 101011 0 11 100011000 1011000 1001100

Color Harmonies of #D48DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48DF8

Black with #D48DF8

Text Example


Text Example

White with #D48DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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