Html Css Color HEX #D254FB Heliotrope

📋 copy color: '#D254FB'

red 210 ◦ green 84 ◦ blue 251

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

Shades of Heliotrope #D254FB

Tints of Heliotrope #D254FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.06%

R = 38.53%
G = 15.41%
B = 46.06%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D254FB (or 0xD254FB) is known color: Heliotrope. HEX triplet: D2, 54 and FB. RGB value is (210,84,251). Sum of RGB (Red+Green+Blue) = 210+84+251=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 84 (33.20% from 255 or 15.41% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #D254FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D254FB is #2DAB04. Grayscale: #8C8C8C. Windows color (decimal): -2992901 or 16471250. OLE color: 16471250.

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

Color convert

RGB 210 84 251 -
CMYK 0.16 0.67 0 0.02
HSL 285.27º 0.95% 0.66% -
HSV(B) 285.27º 0.67% 0.98% -
XYZ 47.16 27.01 93.99 -
YUV 140.71 190.24 177.42 -
System Red Green Blue C M Y K H S L
Decimal 210 84 251 0.16 0.67 0 0.02 285.27 0.95 0.66
Hex D2 54 FB 10 43 0 2 11D 5F 42
Octal 322 124 373 20 103 0 2 435 137 102
Binary 11010010 1010100 11111011 10000 1000011 0 10 100011101 1011111 1000010

Color Harmonies of #D254FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D254FB

Black with #D254FB

Text Example


Text Example

White with #D254FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D254FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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