Html Css Color HEX #D048FA Heliotrope

📋 copy color: '#D048FA'

red 208 ◦ green 72 ◦ blue 250

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

Shades of Heliotrope #D048FA

Tints of Heliotrope #D048FA

RGB

 RED value IS 208 (81.64% from 255) = 39.25%

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

 BLUE value IS 250 (98.05% from 255) = 47.17%

R = 39.25%
G = 13.58%
B = 47.17%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D048FA (or 0xD048FA) is known color: Heliotrope. HEX triplet: D0, 48 and FA. RGB value is (208,72,250). Sum of RGB (Red+Green+Blue) = 208+72+250=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 72 (28.52% from 255 or 13.58% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #D048FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D048FA is #2FB705. Grayscale: #848484. Windows color (decimal): -3127046 or 16402640. OLE color: 16402640.

HSL color Cylindrical-coordinate representation of color #D048FA: hue angle of 285.84º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D048FA is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 72 250 -
CMYK 0.17 0.71 0 0.02
HSL 285.84º 0.95% 0.63% -
HSV(B) 285.84º 0.71% 0.98% -
XYZ 45.59 24.95 92.86 -
YUV 132.96 194.06 181.53 -
System Red Green Blue C M Y K H S L
Decimal 208 72 250 0.17 0.71 0 0.02 285.84 0.95 0.63
Hex D0 48 FA 11 47 0 2 11E 5F 3F
Octal 320 110 372 21 107 0 2 436 137 77
Binary 11010000 1001000 11111010 10001 1000111 0 10 100011110 1011111 111111

Color Harmonies of #D048FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D048FA

Black with #D048FA

Text Example


Text Example

White with #D048FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D048FA; }

 p { color: rgb(208,72,250); }

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

background-color css

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

 a { background-color: rgb(208,72,250); }

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

border-color css

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

 span { border-color: rgb(208,72,250); }

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