Html Css Color HEX #D25DF7 Heliotrope

📋 copy color: '#D25DF7'

red 210 ◦ green 93 ◦ blue 247

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

Shades of Heliotrope #D25DF7

Tints of Heliotrope #D25DF7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.91%

 BLUE value IS 247 (96.88% from 255) = 44.91%

R = 38.18%
G = 16.91%
B = 44.91%

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

#D25DF7 (or 0xD25DF7) is known color: Heliotrope. HEX triplet: D2, 5D and F7. RGB value is (210,93,247). Sum of RGB (Red+Green+Blue) = 210+93+247=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 93 (36.72% from 255 or 16.91% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #D25DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25DF7 is #2DA208. Grayscale: #919191. Windows color (decimal): -2990601 or 16211410. OLE color: 16211410.

HSL color Cylindrical-coordinate representation of color #D25DF7: hue angle of 285.58º degrees, saturation: 0.91, 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 #D25DF7 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 210 93 247 -
CMYK 0.15 0.62 0 0.03
HSL 285.58º 0.91% 0.67% -
HSV(B) 285.58º 0.62% 0.97% -
XYZ 47.28 28.25 90.96 -
YUV 145.54 185.26 173.98 -
System Red Green Blue C M Y K H S L
Decimal 210 93 247 0.15 0.62 0 0.03 285.58 0.91 0.67
Hex D2 5D F7 F 3E 0 3 11E 5B 43
Octal 322 135 367 17 76 0 3 436 133 103
Binary 11010010 1011101 11110111 1111 111110 0 11 100011110 1011011 1000011

Color Harmonies of #D25DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25DF7

Black with #D25DF7

Text Example


Text Example

White with #D25DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25DF7; }

 p { color: rgb(210,93,247); }

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

background-color css

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

 a { background-color: rgb(210,93,247); }

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

border-color css

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

 span { border-color: rgb(210,93,247); }

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