Html Css Color HEX #D48BFD Heliotrope

📋 copy color: '#D48BFD'

red 212 ◦ green 139 ◦ blue 253

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

Shades of Heliotrope #D48BFD

Tints of Heliotrope #D48BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.89%

R = 35.1%
G = 23.01%
B = 41.89%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D48BFD (or 0xD48BFD) is known color: Heliotrope. HEX triplet: D4, 8B and FD. RGB value is (212,139,253). Sum of RGB (Red+Green+Blue) = 212+139+253=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 139 (54.69% from 255 or 23.01% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #D48BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48BFD is #2B7402. Grayscale: #ADADAD. Windows color (decimal): -2847747 or 16616404. OLE color: 16616404.

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

Color convert

RGB 212 139 253 -
CMYK 0.16 0.45 0 0.01
HSL 278.42º 0.97% 0.77% -
HSV(B) 278.42º 0.45% 0.99% -
XYZ 54.11 39.55 97.71 -
YUV 173.82 172.68 155.23 -
System Red Green Blue C M Y K H S L
Decimal 212 139 253 0.16 0.45 0 0.01 278.42 0.97 0.77
Hex D4 8B FD 10 2D 0 1 116 61 4D
Octal 324 213 375 20 55 0 1 426 141 115
Binary 11010100 10001011 11111101 10000 101101 0 1 100010110 1100001 1001101

Color Harmonies of #D48BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48BFD

Black with #D48BFD

Text Example


Text Example

White with #D48BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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