Html Css Color HEX #D48AFF Heliotrope

📋 copy color: '#D48AFF'

red 212 ◦ green 138 ◦ blue 255

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

Shades of Heliotrope #D48AFF

Tints of Heliotrope #D48AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.15%

R = 35.04%
G = 22.81%
B = 42.15%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D48AFF (or 0xD48AFF) is known color: Heliotrope. HEX triplet: D4, 8A and FF. RGB value is (212,138,255). Sum of RGB (Red+Green+Blue) = 212+138+255=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 138 (54.30% from 255 or 22.81% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #D48AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48AFF is #2B7500. Grayscale: #ADADAD. Windows color (decimal): -2848001 or 16747220. OLE color: 16747220.

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

Color convert

RGB 212 138 255 -
CMYK 0.17 0.46 0 0
HSL 277.95º 1% 0.77% -
HSV(B) 277.95º 0.46% 1% -
XYZ 54.29 39.39 99.35 -
YUV 173.46 174.02 155.49 -
System Red Green Blue C M Y K H S L
Decimal 212 138 255 0.17 0.46 0 0 277.95 1 0.77
Hex D4 8A FF 11 2E 0 0 116 64 4D
Octal 324 212 377 21 56 0 0 426 144 115
Binary 11010100 10001010 11111111 10001 101110 0 0 100010110 1100100 1001101

Color Harmonies of #D48AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48AFF

Black with #D48AFF

Text Example


Text Example

White with #D48AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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