Html Css Color HEX #D25DFA Heliotrope

📋 copy color: '#D25DFA'

red 210 ◦ green 93 ◦ blue 250

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

Shades of Heliotrope #D25DFA

Tints of Heliotrope #D25DFA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.82%

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

R = 37.97%
G = 16.82%
B = 45.21%

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

#D25DFA (or 0xD25DFA) is known color: Heliotrope. HEX triplet: D2, 5D and FA. RGB value is (210,93,250). Sum of RGB (Red+Green+Blue) = 210+93+250=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 93 (36.72% from 255 or 16.82% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #D25DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25DFA is #2DA205. Grayscale: #919191. Windows color (decimal): -2990598 or 16408018. OLE color: 16408018.

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

Color convert

RGB 210 93 250 -
CMYK 0.16 0.63 0 0.02
HSL 284.71º 0.94% 0.67% -
HSV(B) 284.71º 0.63% 0.98% -
XYZ 47.75 28.43 93.41 -
YUV 145.88 186.76 173.73 -
System Red Green Blue C M Y K H S L
Decimal 210 93 250 0.16 0.63 0 0.02 284.71 0.94 0.67
Hex D2 5D FA 10 3F 0 2 11D 5E 43
Octal 322 135 372 20 77 0 2 435 136 103
Binary 11010010 1011101 11111010 10000 111111 0 10 100011101 1011110 1000011

Color Harmonies of #D25DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25DFA

Black with #D25DFA

Text Example


Text Example

White with #D25DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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