Html Css Color HEX #D248FE Heliotrope

📋 copy color: '#D248FE'

red 210 ◦ green 72 ◦ blue 254

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

Shades of Heliotrope #D248FE

Tints of Heliotrope #D248FE

RGB

 RED value IS 210 (82.42% from 255) = 39.18%

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

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

R = 39.18%
G = 13.43%
B = 47.39%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D248FE (or 0xD248FE) is known color: Heliotrope. HEX triplet: D2, 48 and FE. RGB value is (210,72,254). Sum of RGB (Red+Green+Blue) = 210+72+254=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 72 (28.52% from 255 or 13.43% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #D248FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D248FE is #2DB701. Grayscale: #858585. Windows color (decimal): -2995970 or 16664786. OLE color: 16664786.

HSL color Cylindrical-coordinate representation of color #D248FE: hue angle of 285.49º 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 #D248FE is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 210 72 254 -
CMYK 0.17 0.72 0 0.00
HSL 285.49º 0.99% 0.64% -
HSV(B) 285.49º 0.72% 1% -
XYZ 46.79 25.49 96.22 -
YUV 134.01 195.72 182.2 -
System Red Green Blue C M Y K H S L
Decimal 210 72 254 0.17 0.72 0 0.00 285.49 0.99 0.64
Hex D2 48 FE 11 48 0 0 11D 63 40
Octal 322 110 376 21 110 0 0 435 143 100
Binary 11010010 1001000 11111110 10001 1001000 0 0 100011101 1100011 1000000

Color Harmonies of #D248FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D248FE

Black with #D248FE

Text Example


Text Example

White with #D248FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D248FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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