Html Css Color HEX #D48FFD Heliotrope

📋 copy color: '#D48FFD'

red 212 ◦ green 143 ◦ blue 253

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

Shades of Heliotrope #D48FFD

Tints of Heliotrope #D48FFD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.52%

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

R = 34.87%
G = 23.52%
B = 41.61%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D48FFD (or 0xD48FFD) is known color: Heliotrope. HEX triplet: D4, 8F and FD. RGB value is (212,143,253). Sum of RGB (Red+Green+Blue) = 212+143+253=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 143 (56.25% from 255 or 23.52% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #D48FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48FFD is #2B7002. Grayscale: #AFAFAF. Windows color (decimal): -2846723 or 16617428. OLE color: 16617428.

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

Color convert

RGB 212 143 253 -
CMYK 0.16 0.43 0 0.01
HSL 277.64º 0.96% 0.78% -
HSV(B) 277.64º 0.43% 0.99% -
XYZ 54.7 40.73 97.91 -
YUV 176.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 212 143 253 0.16 0.43 0 0.01 277.64 0.96 0.78
Hex D4 8F FD 10 2B 0 1 116 60 4E
Octal 324 217 375 20 53 0 1 426 140 116
Binary 11010100 10001111 11111101 10000 101011 0 1 100010110 1100000 1001110

Color Harmonies of #D48FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48FFD

Black with #D48FFD

Text Example


Text Example

White with #D48FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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