Html Css Color HEX #D48BFF Heliotrope

📋 copy color: '#D48BFF'

red 212 ◦ green 139 ◦ blue 255

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

Shades of Heliotrope #D48BFF

Tints of Heliotrope #D48BFF

RGB

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

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

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

R = 34.98%
G = 22.94%
B = 42.08%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D48BFF (or 0xD48BFF) is known color: Heliotrope. HEX triplet: D4, 8B and FF. RGB value is (212,139,255). Sum of RGB (Red+Green+Blue) = 212+139+255=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 139 (54.69% from 255 or 22.94% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #D48BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48BFF is #2B7400. Grayscale: #ADADAD. Windows color (decimal): -2847745 or 16747476. OLE color: 16747476.

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

Color convert

RGB 212 139 255 -
CMYK 0.17 0.45 0 0
HSL 277.76º 1% 0.77% -
HSV(B) 277.76º 0.45% 1% -
XYZ 54.43 39.68 99.4 -
YUV 174.05 173.68 155.07 -
System Red Green Blue C M Y K H S L
Decimal 212 139 255 0.17 0.45 0 0 277.76 1 0.77
Hex D4 8B FF 11 2D 0 0 116 64 4D
Octal 324 213 377 21 55 0 0 426 144 115
Binary 11010100 10001011 11111111 10001 101101 0 0 100010110 1100100 1001101

Color Harmonies of #D48BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48BFF

Black with #D48BFF

Text Example


Text Example

White with #D48BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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