Html Css Color HEX #D25FEA Heliotrope

📋 copy color: '#D25FEA'

red 210 ◦ green 95 ◦ blue 234

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

Shades of Heliotrope #D25FEA

Tints of Heliotrope #D25FEA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.63%

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

R = 38.96%
G = 17.63%
B = 43.41%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D25FEA (or 0xD25FEA) is known color: Heliotrope. HEX triplet: D2, 5F and EA. RGB value is (210,95,234). Sum of RGB (Red+Green+Blue) = 210+95+234=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 95 (37.5% from 255 or 17.63% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #D25FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25FEA is #2DA015. Grayscale: #909090. Windows color (decimal): -2990102 or 15359954. OLE color: 15359954.

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

Color convert

RGB 210 95 234 -
CMYK 0.10 0.59 0 0.08
HSL 289.64º 0.77% 0.65% -
HSV(B) 289.64º 0.59% 0.92% -
XYZ 45.52 27.83 80.81 -
YUV 145.23 178.1 174.2 -
System Red Green Blue C M Y K H S L
Decimal 210 95 234 0.10 0.59 0 0.08 289.64 0.77 0.65
Hex D2 5F EA A 3B 0 8 122 4D 41
Octal 322 137 352 12 73 0 10 442 115 101
Binary 11010010 1011111 11101010 1010 111011 0 1000 100100010 1001101 1000001

Color Harmonies of #D25FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25FEA

Black with #D25FEA

Text Example


Text Example

White with #D25FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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