Html Css Color HEX #D25FF6 Heliotrope

📋 copy color: '#D25FF6'

red 210 ◦ green 95 ◦ blue 246

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

Shades of Heliotrope #D25FF6

Tints of Heliotrope #D25FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.65%

R = 38.11%
G = 17.24%
B = 44.65%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D25FF6 (or 0xD25FF6) is known color: Heliotrope. HEX triplet: D2, 5F and F6. RGB value is (210,95,246). Sum of RGB (Red+Green+Blue) = 210+95+246=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 95 (37.5% from 255 or 17.24% from 551); Blue value is 246 (96.48% from 255 or 44.65% from 551); Max value from RGB is 246 - color contains mainly: blue. Hex color #D25FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25FF6 is #2DA009. Grayscale: #929292. Windows color (decimal): -2990090 or 16146386. OLE color: 16146386.

HSL color Cylindrical-coordinate representation of color #D25FF6: hue angle of 285.7º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D25FF6 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 95 246 -
CMYK 0.15 0.61 0 0.04
HSL 285.7º 0.89% 0.67% -
HSV(B) 285.7º 0.61% 0.96% -
XYZ 47.31 28.54 90.2 -
YUV 146.6 184.1 173.22 -
System Red Green Blue C M Y K H S L
Decimal 210 95 246 0.15 0.61 0 0.04 285.7 0.89 0.67
Hex D2 5F F6 F 3D 0 4 11E 59 43
Octal 322 137 366 17 75 0 4 436 131 103
Binary 11010010 1011111 11110110 1111 111101 0 100 100011110 1011001 1000011

Color Harmonies of #D25FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25FF6

Black with #D25FF6

Text Example


Text Example

White with #D25FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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