Html Css Color HEX #D25EFE Heliotrope

📋 copy color: '#D25EFE'

red 210 ◦ green 94 ◦ blue 254

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

Shades of Heliotrope #D25EFE

Tints of Heliotrope #D25EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.85%

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

R = 37.63%
G = 16.85%
B = 45.52%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D25EFE (or 0xD25EFE) is known color: Heliotrope. HEX triplet: D2, 5E and FE. RGB value is (210,94,254). Sum of RGB (Red+Green+Blue) = 210+94+254=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 94 (37.11% from 255 or 16.85% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #D25EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25EFE is #2DA101. Grayscale: #929292. Windows color (decimal): -2990338 or 16670418. OLE color: 16670418.

HSL color Cylindrical-coordinate representation of color #D25EFE: hue angle of 283.5º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D25EFE is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 210 94 254 -
CMYK 0.17 0.63 0 0.00
HSL 283.5º 0.99% 0.68% -
HSV(B) 283.5º 0.63% 1% -
XYZ 48.47 28.86 96.78 -
YUV 146.92 188.43 172.99 -
System Red Green Blue C M Y K H S L
Decimal 210 94 254 0.17 0.63 0 0.00 283.5 0.99 0.68
Hex D2 5E FE 11 3F 0 0 11C 63 44
Octal 322 136 376 21 77 0 0 434 143 104
Binary 11010010 1011110 11111110 10001 111111 0 0 100011100 1100011 1000100

Color Harmonies of #D25EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25EFE

Black with #D25EFE

Text Example


Text Example

White with #D25EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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