Html Css Color HEX #D25AFE Heliotrope

📋 copy color: '#D25AFE'

red 210 ◦ green 90 ◦ blue 254

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

Shades of Heliotrope #D25AFE

Tints of Heliotrope #D25AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.25%

 BLUE value IS 254 (99.61% from 255) = 45.85%

R = 37.91%
G = 16.25%
B = 45.85%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D25AFE (or 0xD25AFE) is known color: Heliotrope. HEX triplet: D2, 5A and FE. RGB value is (210,90,254). Sum of RGB (Red+Green+Blue) = 210+90+254=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 90 (35.55% from 255 or 16.25% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #D25AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25AFE is #2DA501. Grayscale: #909090. Windows color (decimal): -2991362 or 16669394. OLE color: 16669394.

HSL color Cylindrical-coordinate representation of color #D25AFE: hue angle of 283.9º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D25AFE is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 210 90 254 -
CMYK 0.17 0.65 0 0.00
HSL 283.9º 0.99% 0.67% -
HSV(B) 283.9º 0.65% 1% -
XYZ 48.12 28.17 96.67 -
YUV 144.58 189.76 174.66 -
System Red Green Blue C M Y K H S L
Decimal 210 90 254 0.17 0.65 0 0.00 283.9 0.99 0.67
Hex D2 5A FE 11 41 0 0 11C 63 43
Octal 322 132 376 21 101 0 0 434 143 103
Binary 11010010 1011010 11111110 10001 1000001 0 0 100011100 1100011 1000011

Color Harmonies of #D25AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25AFE

Black with #D25AFE

Text Example


Text Example

White with #D25AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25AFE; }

 p { color: rgb(210,90,254); }

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

background-color css

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

 a { background-color: rgb(210,90,254); }

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

border-color css

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

 span { border-color: rgb(210,90,254); }

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