Html Css Color HEX #D48EFD Heliotrope

📋 copy color: '#D48EFD'

red 212 ◦ green 142 ◦ blue 253

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

Shades of Heliotrope #D48EFD

Tints of Heliotrope #D48EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.68%

R = 34.93%
G = 23.39%
B = 41.68%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D48EFD (or 0xD48EFD) is known color: Heliotrope. HEX triplet: D4, 8E and FD. RGB value is (212,142,253). Sum of RGB (Red+Green+Blue) = 212+142+253=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #D48EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48EFD is #2B7102. Grayscale: #AFAFAF. Windows color (decimal): -2846979 or 16617172. OLE color: 16617172.

HSL color Cylindrical-coordinate representation of color #D48EFD: hue angle of 277.84º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D48EFD is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 142 253 -
CMYK 0.16 0.44 0 0.01
HSL 277.84º 0.97% 0.77% -
HSV(B) 277.84º 0.44% 0.99% -
XYZ 54.55 40.43 97.86 -
YUV 175.58 171.69 153.97 -
System Red Green Blue C M Y K H S L
Decimal 212 142 253 0.16 0.44 0 0.01 277.84 0.97 0.77
Hex D4 8E FD 10 2C 0 1 116 61 4D
Octal 324 216 375 20 54 0 1 426 141 115
Binary 11010100 10001110 11111101 10000 101100 0 1 100010110 1100001 1001101

Color Harmonies of #D48EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48EFD

Black with #D48EFD

Text Example


Text Example

White with #D48EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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