Html Css Color HEX #D273FD Heliotrope

📋 copy color: '#D273FD'

red 210 ◦ green 115 ◦ blue 253

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

Shades of Heliotrope #D273FD

Tints of Heliotrope #D273FD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.9%

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

R = 36.33%
G = 19.9%
B = 43.77%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D273FD (or 0xD273FD) is known color: Heliotrope. HEX triplet: D2, 73 and FD. RGB value is (210,115,253). Sum of RGB (Red+Green+Blue) = 210+115+253=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 115 (45.31% from 255 or 19.90% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #D273FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D273FD is #2D8C02. Grayscale: #9E9E9E. Windows color (decimal): -2984963 or 16610258. OLE color: 16610258.

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

Color convert

RGB 210 115 253 -
CMYK 0.17 0.55 0 0.01
HSL 281.3º 0.97% 0.72% -
HSV(B) 281.3º 0.55% 0.99% -
XYZ 50.44 33.05 96.65 -
YUV 159.14 180.97 164.28 -
System Red Green Blue C M Y K H S L
Decimal 210 115 253 0.17 0.55 0 0.01 281.3 0.97 0.72
Hex D2 73 FD 11 37 0 1 119 61 48
Octal 322 163 375 21 67 0 1 431 141 110
Binary 11010010 1110011 11111101 10001 110111 0 1 100011001 1100001 1001000

Color Harmonies of #D273FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D273FD

Black with #D273FD

Text Example


Text Example

White with #D273FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D273FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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