Html Css Color HEX #D25FF8 Heliotrope

📋 copy color: '#D25FF8'

red 210 ◦ green 95 ◦ blue 248

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

Shades of Heliotrope #D25FF8

Tints of Heliotrope #D25FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.85%

R = 37.97%
G = 17.18%
B = 44.85%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D25FF8 (or 0xD25FF8) is known color: Heliotrope. HEX triplet: D2, 5F and F8. RGB value is (210,95,248). Sum of RGB (Red+Green+Blue) = 210+95+248=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 95 (37.5% from 255 or 17.18% from 553); Blue value is 248 (97.27% from 255 or 44.85% from 553); Max value from RGB is 248 - color contains mainly: blue. Hex color #D25FF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25FF8 is #2DA007. Grayscale: #929292. Windows color (decimal): -2990088 or 16277458. OLE color: 16277458.

HSL color Cylindrical-coordinate representation of color #D25FF8: hue angle of 285.1º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D25FF8 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 210 95 248 -
CMYK 0.15 0.62 0 0.03
HSL 285.1º 0.92% 0.67% -
HSV(B) 285.1º 0.62% 0.97% -
XYZ 47.61 28.66 91.83 -
YUV 146.83 185.1 173.06 -
System Red Green Blue C M Y K H S L
Decimal 210 95 248 0.15 0.62 0 0.03 285.1 0.92 0.67
Hex D2 5F F8 F 3E 0 3 11D 5C 43
Octal 322 137 370 17 76 0 3 435 134 103
Binary 11010010 1011111 11111000 1111 111110 0 11 100011101 1011100 1000011

Color Harmonies of #D25FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25FF8

Black with #D25FF8

Text Example


Text Example

White with #D25FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25FF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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