Html Css Color HEX #D25AED Heliotrope

📋 copy color: '#D25AED'

red 210 ◦ green 90 ◦ blue 237

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

Shades of Heliotrope #D25AED

Tints of Heliotrope #D25AED

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.76%

 BLUE value IS 237 (92.97% from 255) = 44.13%

R = 39.11%
G = 16.76%
B = 44.13%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D25AED (or 0xD25AED) is known color: Heliotrope. HEX triplet: D2, 5A and ED. RGB value is (210,90,237). Sum of RGB (Red+Green+Blue) = 210+90+237=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #D25AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25AED is #2DA512. Grayscale: #8E8E8E. Windows color (decimal): -2991379 or 15555282. OLE color: 15555282.

HSL color Cylindrical-coordinate representation of color #D25AED: hue angle of 288.98º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D25AED is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 90 237 -
CMYK 0.11 0.62 0 0.07
HSL 288.98º 0.8% 0.64% -
HSV(B) 288.98º 0.62% 0.93% -
XYZ 45.52 27.13 82.96 -
YUV 142.64 181.26 176.05 -
System Red Green Blue C M Y K H S L
Decimal 210 90 237 0.11 0.62 0 0.07 288.98 0.8 0.64
Hex D2 5A ED B 3E 0 7 121 50 40
Octal 322 132 355 13 76 0 7 441 120 100
Binary 11010010 1011010 11101101 1011 111110 0 111 100100001 1010000 1000000

Color Harmonies of #D25AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25AED

Black with #D25AED

Text Example


Text Example

White with #D25AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25AED; }

 p { color: rgb(210,90,237); }

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

background-color css

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

 a { background-color: rgb(210,90,237); }

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

border-color css

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

 span { border-color: rgb(210,90,237); }

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