Html Css Color HEX #D245FD Heliotrope

📋 copy color: '#D245FD'

red 210 ◦ green 69 ◦ blue 253

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

Shades of Heliotrope #D245FD

Tints of Heliotrope #D245FD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.97%

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

R = 39.47%
G = 12.97%
B = 47.56%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D245FD (or 0xD245FD) is known color: Heliotrope. HEX triplet: D2, 45 and FD. RGB value is (210,69,253). Sum of RGB (Red+Green+Blue) = 210+69+253=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 69 (27.34% from 255 or 12.97% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #D245FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D245FD is #2DBA02. Grayscale: #838383. Windows color (decimal): -2996739 or 16598482. OLE color: 16598482.

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

Color convert

RGB 210 69 253 -
CMYK 0.17 0.73 0 0.01
HSL 285.98º 0.98% 0.63% -
HSV(B) 285.98º 0.73% 0.99% -
XYZ 46.44 25.05 95.32 -
YUV 132.14 196.21 183.54 -
System Red Green Blue C M Y K H S L
Decimal 210 69 253 0.17 0.73 0 0.01 285.98 0.98 0.63
Hex D2 45 FD 11 49 0 1 11E 62 3F
Octal 322 105 375 21 111 0 1 436 142 77
Binary 11010010 1000101 11111101 10001 1001001 0 1 100011110 1100010 111111

Color Harmonies of #D245FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D245FD

Black with #D245FD

Text Example


Text Example

White with #D245FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D245FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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