Html Css Color HEX #D48AF3 Heliotrope

📋 copy color: '#D48AF3'

red 212 ◦ green 138 ◦ blue 243

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

Shades of Heliotrope #D48AF3

Tints of Heliotrope #D48AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 40.98%

R = 35.75%
G = 23.27%
B = 40.98%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D48AF3 (or 0xD48AF3) is known color: Heliotrope. HEX triplet: D4, 8A and F3. RGB value is (212,138,243). Sum of RGB (Red+Green+Blue) = 212+138+243=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 243 (95.31% from 255 or 40.98% from 593); Max value from RGB is 243 - color contains mainly: blue. Hex color #D48AF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48AF3 is #2B750C. Grayscale: #ABABAB. Windows color (decimal): -2848013 or 15960788. OLE color: 15960788.

HSL color Cylindrical-coordinate representation of color #D48AF3: hue angle of 282.29º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D48AF3 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 138 243 -
CMYK 0.13 0.43 0 0.05
HSL 282.29º 0.81% 0.75% -
HSV(B) 282.29º 0.43% 0.95% -
XYZ 52.42 38.65 89.49 -
YUV 172.1 168.02 156.46 -
System Red Green Blue C M Y K H S L
Decimal 212 138 243 0.13 0.43 0 0.05 282.29 0.81 0.75
Hex D4 8A F3 D 2B 0 5 11A 51 4B
Octal 324 212 363 15 53 0 5 432 121 113
Binary 11010100 10001010 11110011 1101 101011 0 101 100011010 1010001 1001011

Color Harmonies of #D48AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48AF3

Black with #D48AF3

Text Example


Text Example

White with #D48AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48AF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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