Html Css Color HEX #D25FEF Heliotrope

📋 copy color: '#D25FEF'

red 210 ◦ green 95 ◦ blue 239

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

Shades of Heliotrope #D25FEF

Tints of Heliotrope #D25FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.93%

R = 38.6%
G = 17.46%
B = 43.93%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D25FEF (or 0xD25FEF) is known color: Heliotrope. HEX triplet: D2, 5F and EF. RGB value is (210,95,239). Sum of RGB (Red+Green+Blue) = 210+95+239=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 95 (37.5% from 255 or 17.46% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #D25FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25FEF is #2DA010. Grayscale: #919191. Windows color (decimal): -2990097 or 15687634. OLE color: 15687634.

HSL color Cylindrical-coordinate representation of color #D25FEF: hue angle of 287.92º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25FEF is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 95 239 -
CMYK 0.12 0.60 0 0.06
HSL 287.92º 0.82% 0.65% -
HSV(B) 287.92º 0.6% 0.94% -
XYZ 46.25 28.12 84.65 -
YUV 145.8 180.6 173.79 -
System Red Green Blue C M Y K H S L
Decimal 210 95 239 0.12 0.60 0 0.06 287.92 0.82 0.65
Hex D2 5F EF C 3C 0 6 120 52 41
Octal 322 137 357 14 74 0 6 440 122 101
Binary 11010010 1011111 11101111 1100 111100 0 110 100100000 1010010 1000001

Color Harmonies of #D25FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25FEF

Black with #D25FEF

Text Example


Text Example

White with #D25FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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