Html Css Color HEX #D25EFD Heliotrope

📋 copy color: '#D25EFD'

red 210 ◦ green 94 ◦ blue 253

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

Shades of Heliotrope #D25EFD

Tints of Heliotrope #D25EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.42%

R = 37.7%
G = 16.88%
B = 45.42%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D25EFD (or 0xD25EFD) is known color: Heliotrope. HEX triplet: D2, 5E and FD. RGB value is (210,94,253). Sum of RGB (Red+Green+Blue) = 210+94+253=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 94 (37.11% from 255 or 16.88% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #D25EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25EFD is #2DA102. Grayscale: #929292. Windows color (decimal): -2990339 or 16604882. OLE color: 16604882.

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

Color convert

RGB 210 94 253 -
CMYK 0.17 0.63 0 0.01
HSL 283.77º 0.98% 0.68% -
HSV(B) 283.77º 0.63% 0.99% -
XYZ 48.31 28.8 95.94 -
YUV 146.81 187.93 173.07 -
System Red Green Blue C M Y K H S L
Decimal 210 94 253 0.17 0.63 0 0.01 283.77 0.98 0.68
Hex D2 5E FD 11 3F 0 1 11C 62 44
Octal 322 136 375 21 77 0 1 434 142 104
Binary 11010010 1011110 11111101 10001 111111 0 1 100011100 1100010 1000100

Color Harmonies of #D25EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25EFD

Black with #D25EFD

Text Example


Text Example

White with #D25EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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