Html Css Color HEX #D48FFB Heliotrope

📋 copy color: '#D48FFB'

red 212 ◦ green 143 ◦ blue 251

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

Shades of Heliotrope #D48FFB

Tints of Heliotrope #D48FFB

RGB

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

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

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

R = 34.98%
G = 23.6%
B = 41.42%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D48FFB (or 0xD48FFB) is known color: Heliotrope. HEX triplet: D4, 8F and FB. RGB value is (212,143,251). Sum of RGB (Red+Green+Blue) = 212+143+251=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 143 (56.25% from 255 or 23.60% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #D48FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48FFB is #2B7004. Grayscale: #AFAFAF. Windows color (decimal): -2846725 or 16486356. OLE color: 16486356.

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

Color convert

RGB 212 143 251 -
CMYK 0.16 0.43 0 0.02
HSL 278.33º 0.93% 0.77% -
HSV(B) 278.33º 0.43% 0.98% -
XYZ 54.39 40.61 96.24 -
YUV 175.94 170.36 153.72 -
System Red Green Blue C M Y K H S L
Decimal 212 143 251 0.16 0.43 0 0.02 278.33 0.93 0.77
Hex D4 8F FB 10 2B 0 2 116 5D 4D
Octal 324 217 373 20 53 0 2 426 135 115
Binary 11010100 10001111 11111011 10000 101011 0 10 100010110 1011101 1001101

Color Harmonies of #D48FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48FFB

Black with #D48FFB

Text Example


Text Example

White with #D48FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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