Html Css Color HEX #D148FE Heliotrope

📋 copy color: '#D148FE'

red 209 ◦ green 72 ◦ blue 254

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

Shades of Heliotrope #D148FE

Tints of Heliotrope #D148FE

RGB

 RED value IS 209 (82.03% from 255) = 39.07%

 GREEN value IS 72 (28.52% from 255) = 13.46%

 BLUE value IS 254 (99.61% from 255) = 47.48%

R = 39.07%
G = 13.46%
B = 47.48%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D148FE (or 0xD148FE) is known color: Heliotrope. HEX triplet: D1, 48 and FE. RGB value is (209,72,254). Sum of RGB (Red+Green+Blue) = 209+72+254=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 72 (28.52% from 255 or 13.46% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #D148FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D148FE is #2EB701. Grayscale: #858585. Windows color (decimal): -3061506 or 16664785. OLE color: 16664785.

HSL color Cylindrical-coordinate representation of color #D148FE: hue angle of 285.16º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D148FE is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 209 72 254 -
CMYK 0.18 0.72 0 0.00
HSL 285.16º 0.99% 0.64% -
HSV(B) 285.16º 0.72% 1% -
XYZ 46.5 25.35 96.21 -
YUV 133.71 195.89 181.7 -
System Red Green Blue C M Y K H S L
Decimal 209 72 254 0.18 0.72 0 0.00 285.16 0.99 0.64
Hex D1 48 FE 12 48 0 0 11D 63 40
Octal 321 110 376 22 110 0 0 435 143 100
Binary 11010001 1001000 11111110 10010 1001000 0 0 100011101 1100011 1000000

Color Harmonies of #D148FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D148FE

Black with #D148FE

Text Example


Text Example

White with #D148FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D148FE; }

 p { color: rgb(209,72,254); }

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

background-color css

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

 a { background-color: rgb(209,72,254); }

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

border-color css

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

 span { border-color: rgb(209,72,254); }

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