Html Css Color HEX #D48AFE Heliotrope

📋 copy color: '#D48AFE'

red 212 ◦ green 138 ◦ blue 254

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

Shades of Heliotrope #D48AFE

Tints of Heliotrope #D48AFE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.85%

 BLUE value IS 254 (99.61% from 255) = 42.05%

R = 35.1%
G = 22.85%
B = 42.05%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D48AFE (or 0xD48AFE) is known color: Heliotrope. HEX triplet: D4, 8A and FE. RGB value is (212,138,254). Sum of RGB (Red+Green+Blue) = 212+138+254=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 138 (54.30% from 255 or 22.85% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #D48AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48AFE is #2B7501. Grayscale: #ACACAC. Windows color (decimal): -2848002 or 16681684. OLE color: 16681684.

HSL color Cylindrical-coordinate representation of color #D48AFE: hue angle of 278.28º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D48AFE is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 212 138 254 -
CMYK 0.17 0.46 0 0.00
HSL 278.28º 0.98% 0.77% -
HSV(B) 278.28º 0.46% 1% -
XYZ 54.13 39.33 98.5 -
YUV 173.35 173.52 155.57 -
System Red Green Blue C M Y K H S L
Decimal 212 138 254 0.17 0.46 0 0.00 278.28 0.98 0.77
Hex D4 8A FE 11 2E 0 0 116 62 4D
Octal 324 212 376 21 56 0 0 426 142 115
Binary 11010100 10001010 11111110 10001 101110 0 0 100010110 1100010 1001101

Color Harmonies of #D48AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48AFE

Black with #D48AFE

Text Example


Text Example

White with #D48AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48AFE; }

 p { color: rgb(212,138,254); }

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

background-color css

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

 a { background-color: rgb(212,138,254); }

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

border-color css

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

 span { border-color: rgb(212,138,254); }

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