Html Css Color HEX #D25EFB Heliotrope

📋 copy color: '#D25EFB'

red 210 ◦ green 94 ◦ blue 251

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

Shades of Heliotrope #D25EFB

Tints of Heliotrope #D25EFB

RGB

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

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

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

R = 37.84%
G = 16.94%
B = 45.23%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D25EFB (or 0xD25EFB) is known color: Heliotrope. HEX triplet: D2, 5E and FB. RGB value is (210,94,251). Sum of RGB (Red+Green+Blue) = 210+94+251=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 94 (37.11% from 255 or 16.94% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #D25EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25EFB is #2DA104. Grayscale: #929292. Windows color (decimal): -2990341 or 16473810. OLE color: 16473810.

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

Color convert

RGB 210 94 251 -
CMYK 0.16 0.63 0 0.02
HSL 284.33º 0.95% 0.68% -
HSV(B) 284.33º 0.63% 0.98% -
XYZ 47.99 28.67 94.27 -
YUV 146.58 186.93 173.23 -
System Red Green Blue C M Y K H S L
Decimal 210 94 251 0.16 0.63 0 0.02 284.33 0.95 0.68
Hex D2 5E FB 10 3F 0 2 11C 5F 44
Octal 322 136 373 20 77 0 2 434 137 104
Binary 11010010 1011110 11111011 10000 111111 0 10 100011100 1011111 1000100

Color Harmonies of #D25EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25EFB

Black with #D25EFB

Text Example


Text Example

White with #D25EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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