Html Css Color HEX #D25DFB Heliotrope

📋 copy color: '#D25DFB'

red 210 ◦ green 93 ◦ blue 251

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

Shades of Heliotrope #D25DFB

Tints of Heliotrope #D25DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.31%

R = 37.91%
G = 16.79%
B = 45.31%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D25DFB (or 0xD25DFB) is known color: Heliotrope. HEX triplet: D2, 5D and FB. RGB value is (210,93,251). Sum of RGB (Red+Green+Blue) = 210+93+251=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 93 (36.72% from 255 or 16.79% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #D25DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25DFB is #2DA204. Grayscale: #919191. Windows color (decimal): -2990597 or 16473554. OLE color: 16473554.

HSL color Cylindrical-coordinate representation of color #D25DFB: hue angle of 284.43º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D25DFB is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 93 251 -
CMYK 0.16 0.63 0 0.02
HSL 284.43º 0.95% 0.67% -
HSV(B) 284.43º 0.63% 0.98% -
XYZ 47.91 28.5 94.24 -
YUV 146 187.26 173.65 -
System Red Green Blue C M Y K H S L
Decimal 210 93 251 0.16 0.63 0 0.02 284.43 0.95 0.67
Hex D2 5D FB 10 3F 0 2 11C 5F 43
Octal 322 135 373 20 77 0 2 434 137 103
Binary 11010010 1011101 11111011 10000 111111 0 10 100011100 1011111 1000011

Color Harmonies of #D25DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25DFB

Black with #D25DFB

Text Example


Text Example

White with #D25DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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