Html Css Color HEX #D25FEB Heliotrope

📋 copy color: '#D25FEB'

red 210 ◦ green 95 ◦ blue 235

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

Shades of Heliotrope #D25FEB

Tints of Heliotrope #D25FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.52%

R = 38.89%
G = 17.59%
B = 43.52%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D25FEB (or 0xD25FEB) is known color: Heliotrope. HEX triplet: D2, 5F and EB. RGB value is (210,95,235). Sum of RGB (Red+Green+Blue) = 210+95+235=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 95 (37.5% from 255 or 17.59% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #D25FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25FEB is #2DA014. Grayscale: #909090. Windows color (decimal): -2990101 or 15425490. OLE color: 15425490.

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

Color convert

RGB 210 95 235 -
CMYK 0.11 0.60 0 0.08
HSL 289.29º 0.78% 0.65% -
HSV(B) 289.29º 0.6% 0.92% -
XYZ 45.67 27.88 81.57 -
YUV 145.35 178.6 174.12 -
System Red Green Blue C M Y K H S L
Decimal 210 95 235 0.11 0.60 0 0.08 289.29 0.78 0.65
Hex D2 5F EB B 3C 0 8 121 4E 41
Octal 322 137 353 13 74 0 10 441 116 101
Binary 11010010 1011111 11101011 1011 111100 0 1000 100100001 1001110 1000001

Color Harmonies of #D25FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25FEB

Black with #D25FEB

Text Example


Text Example

White with #D25FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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