Html Css Color HEX #D254FA Heliotrope

📋 copy color: '#D254FA'

red 210 ◦ green 84 ◦ blue 250

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

Shades of Heliotrope #D254FA

Tints of Heliotrope #D254FA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.44%

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

R = 38.6%
G = 15.44%
B = 45.96%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D254FA (or 0xD254FA) is known color: Heliotrope. HEX triplet: D2, 54 and FA. RGB value is (210,84,250). Sum of RGB (Red+Green+Blue) = 210+84+250=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 84 (33.20% from 255 or 15.44% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #D254FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D254FA is #2DAB05. Grayscale: #8C8C8C. Windows color (decimal): -2992902 or 16405714. OLE color: 16405714.

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

Color convert

RGB 210 84 250 -
CMYK 0.16 0.66 0 0.02
HSL 285.54º 0.94% 0.65% -
HSV(B) 285.54º 0.66% 0.98% -
XYZ 47 26.94 93.17 -
YUV 140.6 189.74 177.5 -
System Red Green Blue C M Y K H S L
Decimal 210 84 250 0.16 0.66 0 0.02 285.54 0.94 0.65
Hex D2 54 FA 10 42 0 2 11E 5E 41
Octal 322 124 372 20 102 0 2 436 136 101
Binary 11010010 1010100 11111010 10000 1000010 0 10 100011110 1011110 1000001

Color Harmonies of #D254FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D254FA

Black with #D254FA

Text Example


Text Example

White with #D254FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D254FA; }

 p { color: rgb(210,84,250); }

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

background-color css

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

 a { background-color: rgb(210,84,250); }

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

border-color css

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

 span { border-color: rgb(210,84,250); }

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