Html Css Color HEX #D148FF Heliotrope

📋 copy color: '#D148FF'

red 209 ◦ green 72 ◦ blue 255

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

Shades of Heliotrope #D148FF

Tints of Heliotrope #D148FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.57%

R = 38.99%
G = 13.43%
B = 47.57%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D148FF (or 0xD148FF) is known color: Heliotrope. HEX triplet: D1, 48 and FF. RGB value is (209,72,255). Sum of RGB (Red+Green+Blue) = 209+72+255=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 72 (28.52% from 255 or 13.43% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #D148FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D148FF is #2EB700. Grayscale: #858585. Windows color (decimal): -3061505 or 16730321. OLE color: 16730321.

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

Color convert

RGB 209 72 255 -
CMYK 0.18 0.72 0 0
HSL 284.92º 1% 0.64% -
HSV(B) 284.92º 0.72% 1% -
XYZ 46.66 25.41 97.05 -
YUV 133.83 196.39 181.62 -
System Red Green Blue C M Y K H S L
Decimal 209 72 255 0.18 0.72 0 0 284.92 1 0.64
Hex D1 48 FF 12 48 0 0 11D 64 40
Octal 321 110 377 22 110 0 0 435 144 100
Binary 11010001 1001000 11111111 10010 1001000 0 0 100011101 1100100 1000000

Color Harmonies of #D148FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D148FF

Black with #D148FF

Text Example


Text Example

White with #D148FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D148FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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