Html Css Color HEX #D48EF8 Heliotrope

📋 copy color: '#D48EF8'

red 212 ◦ green 142 ◦ blue 248

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

Shades of Heliotrope #D48EF8

Tints of Heliotrope #D48EF8

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.59%

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

R = 35.22%
G = 23.59%
B = 41.2%

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

#D48EF8 (or 0xD48EF8) is known color: Heliotrope. HEX triplet: D4, 8E and F8. RGB value is (212,142,248). Sum of RGB (Red+Green+Blue) = 212+142+248=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 142 (55.86% from 255 or 23.59% from 602); Blue value is 248 (97.27% from 255 or 41.20% from 602); Max value from RGB is 248 - color contains mainly: blue. Hex color #D48EF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48EF8 is #2B7107. Grayscale: #AEAEAE. Windows color (decimal): -2846984 or 16289492. OLE color: 16289492.

HSL color Cylindrical-coordinate representation of color #D48EF8: hue angle of 279.62º 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 #D48EF8 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 212 142 248 -
CMYK 0.15 0.43 0 0.03
HSL 279.62º 0.88% 0.76% -
HSV(B) 279.62º 0.43% 0.97% -
XYZ 53.77 40.12 93.72 -
YUV 175.01 169.19 154.38 -
System Red Green Blue C M Y K H S L
Decimal 212 142 248 0.15 0.43 0 0.03 279.62 0.88 0.76
Hex D4 8E F8 F 2B 0 3 118 58 4C
Octal 324 216 370 17 53 0 3 430 130 114
Binary 11010100 10001110 11111000 1111 101011 0 11 100011000 1011000 1001100

Color Harmonies of #D48EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48EF8

Black with #D48EF8

Text Example


Text Example

White with #D48EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48EF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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