Html Css Color HEX #D240FD Heliotrope

📋 copy color: '#D240FD'

red 210 ◦ green 64 ◦ blue 253

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

Shades of Heliotrope #D240FD

Tints of Heliotrope #D240FD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.14%

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

R = 39.85%
G = 12.14%
B = 48.01%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D240FD (or 0xD240FD) is known color: Heliotrope. HEX triplet: D2, 40 and FD. RGB value is (210,64,253). Sum of RGB (Red+Green+Blue) = 210+64+253=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 64 (25.39% from 255 or 12.14% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #D240FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D240FD is #2DBF02. Grayscale: #808080. Windows color (decimal): -2998019 or 16597202. OLE color: 16597202.

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

Color convert

RGB 210 64 253 -
CMYK 0.17 0.75 0 0.01
HSL 286.35º 0.98% 0.62% -
HSV(B) 286.35º 0.75% 0.99% -
XYZ 46.14 24.46 95.22 -
YUV 129.2 197.87 185.63 -
System Red Green Blue C M Y K H S L
Decimal 210 64 253 0.17 0.75 0 0.01 286.35 0.98 0.62
Hex D2 40 FD 11 4B 0 1 11E 62 3E
Octal 322 100 375 21 113 0 1 436 142 76
Binary 11010010 1000000 11111101 10001 1001011 0 1 100011110 1100010 111110

Color Harmonies of #D240FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D240FD

Black with #D240FD

Text Example


Text Example

White with #D240FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D240FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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