Html Css Color HEX #D251FD Heliotrope

📋 copy color: '#D251FD'

red 210 ◦ green 81 ◦ blue 253

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

Shades of Heliotrope #D251FD

Tints of Heliotrope #D251FD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.89%

 BLUE value IS 253 (99.22% from 255) = 46.51%

R = 38.6%
G = 14.89%
B = 46.51%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D251FD (or 0xD251FD) is known color: Heliotrope. HEX triplet: D2, 51 and FD. RGB value is (210,81,253). Sum of RGB (Red+Green+Blue) = 210+81+253=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 81 (32.03% from 255 or 14.89% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #D251FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D251FD is #2DAE02. Grayscale: #8A8A8A. Windows color (decimal): -2993667 or 16601554. OLE color: 16601554.

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

Color convert

RGB 210 81 253 -
CMYK 0.17 0.68 0 0.01
HSL 285º 0.98% 0.65% -
HSV(B) 285º 0.68% 0.99% -
XYZ 47.25 26.68 95.59 -
YUV 139.18 192.24 178.51 -
System Red Green Blue C M Y K H S L
Decimal 210 81 253 0.17 0.68 0 0.01 285 0.98 0.65
Hex D2 51 FD 11 44 0 1 11D 62 41
Octal 322 121 375 21 104 0 1 435 142 101
Binary 11010010 1010001 11111101 10001 1000100 0 1 100011101 1100010 1000001

Color Harmonies of #D251FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D251FD

Black with #D251FD

Text Example


Text Example

White with #D251FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D251FD; }

 p { color: rgb(210,81,253); }

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

background-color css

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

 a { background-color: rgb(210,81,253); }

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

border-color css

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

 span { border-color: rgb(210,81,253); }

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