Html Css Color HEX #D48BF9 Heliotrope

📋 copy color: '#D48BF9'

red 212 ◦ green 139 ◦ blue 249

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

Shades of Heliotrope #D48BF9

Tints of Heliotrope #D48BF9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.17%

 BLUE value IS 249 (97.66% from 255) = 41.5%

R = 35.33%
G = 23.17%
B = 41.5%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D48BF9 (or 0xD48BF9) is known color: Heliotrope. HEX triplet: D4, 8B and F9. RGB value is (212,139,249). Sum of RGB (Red+Green+Blue) = 212+139+249=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 139 (54.69% from 255 or 23.17% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #D48BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48BF9 is #2B7406. Grayscale: #ADADAD. Windows color (decimal): -2847751 or 16354260. OLE color: 16354260.

HSL color Cylindrical-coordinate representation of color #D48BF9: hue angle of 279.82º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D48BF9 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 139 249 -
CMYK 0.15 0.44 0 0.02
HSL 279.82º 0.9% 0.76% -
HSV(B) 279.82º 0.44% 0.98% -
XYZ 53.48 39.3 94.39 -
YUV 173.37 170.68 155.56 -
System Red Green Blue C M Y K H S L
Decimal 212 139 249 0.15 0.44 0 0.02 279.82 0.9 0.76
Hex D4 8B F9 F 2C 0 2 118 5A 4C
Octal 324 213 371 17 54 0 2 430 132 114
Binary 11010100 10001011 11111001 1111 101100 0 10 100011000 1011010 1001100

Color Harmonies of #D48BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48BF9

Black with #D48BF9

Text Example


Text Example

White with #D48BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48BF9; }

 p { color: rgb(212,139,249); }

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

background-color css

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

 a { background-color: rgb(212,139,249); }

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

border-color css

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

 span { border-color: rgb(212,139,249); }

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