Html Css Color HEX #D48BFB Heliotrope

📋 copy color: '#D48BFB'

red 212 ◦ green 139 ◦ blue 251

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

Shades of Heliotrope #D48BFB

Tints of Heliotrope #D48BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.69%

R = 35.22%
G = 23.09%
B = 41.69%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D48BFB (or 0xD48BFB) is known color: Heliotrope. HEX triplet: D4, 8B and FB. RGB value is (212,139,251). Sum of RGB (Red+Green+Blue) = 212+139+251=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 139 (54.69% from 255 or 23.09% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #D48BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48BFB is #2B7404. Grayscale: #ADADAD. Windows color (decimal): -2847749 or 16485332. OLE color: 16485332.

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

Color convert

RGB 212 139 251 -
CMYK 0.16 0.45 0 0.02
HSL 279.11º 0.93% 0.76% -
HSV(B) 279.11º 0.45% 0.98% -
XYZ 53.8 39.43 96.04 -
YUV 173.6 171.68 155.39 -
System Red Green Blue C M Y K H S L
Decimal 212 139 251 0.16 0.45 0 0.02 279.11 0.93 0.76
Hex D4 8B FB 10 2D 0 2 117 5D 4C
Octal 324 213 373 20 55 0 2 427 135 114
Binary 11010100 10001011 11111011 10000 101101 0 10 100010111 1011101 1001100

Color Harmonies of #D48BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48BFB

Black with #D48BFB

Text Example


Text Example

White with #D48BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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