Html Css Color HEX #D25EEA Heliotrope

📋 copy color: '#D25EEA'

red 210 ◦ green 94 ◦ blue 234

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

Shades of Heliotrope #D25EEA

Tints of Heliotrope #D25EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.49%

R = 39.03%
G = 17.47%
B = 43.49%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D25EEA (or 0xD25EEA) is known color: Heliotrope. HEX triplet: D2, 5E and EA. RGB value is (210,94,234). Sum of RGB (Red+Green+Blue) = 210+94+234=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 94 (37.11% from 255 or 17.47% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #D25EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25EEA is #2DA115. Grayscale: #909090. Windows color (decimal): -2990358 or 15359698. OLE color: 15359698.

HSL color Cylindrical-coordinate representation of color #D25EEA: hue angle of 289.71º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25EEA is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 94 234 -
CMYK 0.10 0.60 0 0.08
HSL 289.71º 0.77% 0.64% -
HSV(B) 289.71º 0.6% 0.92% -
XYZ 45.43 27.65 80.78 -
YUV 144.64 178.43 174.62 -
System Red Green Blue C M Y K H S L
Decimal 210 94 234 0.10 0.60 0 0.08 289.71 0.77 0.64
Hex D2 5E EA A 3C 0 8 122 4D 40
Octal 322 136 352 12 74 0 10 442 115 100
Binary 11010010 1011110 11101010 1010 111100 0 1000 100100010 1001101 1000000

Color Harmonies of #D25EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25EEA

Black with #D25EEA

Text Example


Text Example

White with #D25EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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