Html Css Color HEX #D261FD Heliotrope

📋 copy color: '#D261FD'

red 210 ◦ green 97 ◦ blue 253

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

Shades of Heliotrope #D261FD

Tints of Heliotrope #D261FD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.32%

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

R = 37.5%
G = 17.32%
B = 45.18%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D261FD (or 0xD261FD) is known color: Heliotrope. HEX triplet: D2, 61 and FD. RGB value is (210,97,253). Sum of RGB (Red+Green+Blue) = 210+97+253=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 97 (38.28% from 255 or 17.32% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #D261FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D261FD is #2D9E02. Grayscale: #949494. Windows color (decimal): -2989571 or 16605650. OLE color: 16605650.

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

Color convert

RGB 210 97 253 -
CMYK 0.17 0.62 0 0.01
HSL 283.46º 0.98% 0.69% -
HSV(B) 283.46º 0.62% 0.99% -
XYZ 48.58 29.34 96.03 -
YUV 148.57 186.94 171.82 -
System Red Green Blue C M Y K H S L
Decimal 210 97 253 0.17 0.62 0 0.01 283.46 0.98 0.69
Hex D2 61 FD 11 3E 0 1 11B 62 45
Octal 322 141 375 21 76 0 1 433 142 105
Binary 11010010 1100001 11111101 10001 111110 0 1 100011011 1100010 1000101

Color Harmonies of #D261FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D261FD

Black with #D261FD

Text Example


Text Example

White with #D261FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D261FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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