Html Css Color HEX #D258FD Heliotrope

📋 copy color: '#D258FD'

red 210 ◦ green 88 ◦ blue 253

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

Shades of Heliotrope #D258FD

Tints of Heliotrope #D258FD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.97%

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

R = 38.11%
G = 15.97%
B = 45.92%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D258FD (or 0xD258FD) is known color: Heliotrope. HEX triplet: D2, 58 and FD. RGB value is (210,88,253). Sum of RGB (Red+Green+Blue) = 210+88+253=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 88 (34.77% from 255 or 15.97% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #D258FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D258FD is #2DA702. Grayscale: #8E8E8E. Windows color (decimal): -2991875 or 16603346. OLE color: 16603346.

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

Color convert

RGB 210 88 253 -
CMYK 0.17 0.65 0 0.01
HSL 284.36º 0.98% 0.67% -
HSV(B) 284.36º 0.65% 0.99% -
XYZ 47.8 27.77 95.77 -
YUV 143.29 189.92 175.58 -
System Red Green Blue C M Y K H S L
Decimal 210 88 253 0.17 0.65 0 0.01 284.36 0.98 0.67
Hex D2 58 FD 11 41 0 1 11C 62 43
Octal 322 130 375 21 101 0 1 434 142 103
Binary 11010010 1011000 11111101 10001 1000001 0 1 100011100 1100010 1000011

Color Harmonies of #D258FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D258FD

Black with #D258FD

Text Example


Text Example

White with #D258FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D258FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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