Html Css Color HEX #D25BFA Heliotrope

📋 copy color: '#D25BFA'

red 210 ◦ green 91 ◦ blue 250

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

Shades of Heliotrope #D25BFA

Tints of Heliotrope #D25BFA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.52%

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

R = 38.11%
G = 16.52%
B = 45.37%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D25BFA (or 0xD25BFA) is known color: Heliotrope. HEX triplet: D2, 5B and FA. RGB value is (210,91,250). Sum of RGB (Red+Green+Blue) = 210+91+250=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 91 (35.94% from 255 or 16.52% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #D25BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25BFA is #2DA405. Grayscale: #909090. Windows color (decimal): -2991110 or 16407506. OLE color: 16407506.

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

Color convert

RGB 210 91 250 -
CMYK 0.16 0.64 0 0.02
HSL 284.91º 0.94% 0.67% -
HSV(B) 284.91º 0.64% 0.98% -
XYZ 47.57 28.09 93.36 -
YUV 144.71 187.42 174.57 -
System Red Green Blue C M Y K H S L
Decimal 210 91 250 0.16 0.64 0 0.02 284.91 0.94 0.67
Hex D2 5B FA 10 40 0 2 11D 5E 43
Octal 322 133 372 20 100 0 2 435 136 103
Binary 11010010 1011011 11111010 10000 1000000 0 10 100011101 1011110 1000011

Color Harmonies of #D25BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25BFA

Black with #D25BFA

Text Example


Text Example

White with #D25BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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